File tree Expand file tree Collapse file tree 4 files changed +23
-23
lines changed
runtime/js-compute-runtime/rust-url
tests/wpt-harness/expectations/url Expand file tree Collapse file tree 4 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2018"
7
7
crate-type = [" staticlib" ]
8
8
9
9
[dependencies ]
10
- url = " 2.4.0 "
10
+ url = " 2.4.1 "
11
11
12
12
[profile .release ]
13
13
lto = true
Original file line number Diff line number Diff line change 1
1
{
2
2
"Setting protocol with leading U+0000 (https:)" : {
3
- "status" : " FAIL "
3
+ "status" : " PASS "
4
4
},
5
5
"Setting protocol with U+0000 before inserted colon (https:)" : {
6
- "status" : " FAIL "
6
+ "status" : " PASS "
7
7
},
8
8
"Setting username with leading U+0000 (https:)" : {
9
9
"status" : " PASS"
57
57
"status" : " PASS"
58
58
},
59
59
"Setting pathname with trailing U+0000 (https:)" : {
60
- "status" : " FAIL "
60
+ "status" : " PASS "
61
61
},
62
62
"Setting search with leading U+0000 (https:)" : {
63
63
"status" : " PASS"
312
312
"status" : " PASS"
313
313
},
314
314
"Setting protocol with leading U+001F (https:)" : {
315
- "status" : " FAIL "
315
+ "status" : " PASS "
316
316
},
317
317
"Setting protocol with U+001F before inserted colon (https:)" : {
318
- "status" : " FAIL "
318
+ "status" : " PASS "
319
319
},
320
320
"Setting username with leading U+001F (https:)" : {
321
321
"status" : " PASS"
369
369
"status" : " PASS"
370
370
},
371
371
"Setting pathname with trailing U+001F (https:)" : {
372
- "status" : " FAIL "
372
+ "status" : " PASS "
373
373
},
374
374
"Setting search with leading U+001F (https:)" : {
375
375
"status" : " PASS"
390
390
"status" : " PASS"
391
391
},
392
392
"Setting protocol with leading U+0000 (wpt++:)" : {
393
- "status" : " FAIL "
393
+ "status" : " PASS "
394
394
},
395
395
"Setting protocol with U+0000 before inserted colon (wpt++:)" : {
396
- "status" : " FAIL "
396
+ "status" : " PASS "
397
397
},
398
398
"Setting username with leading U+0000 (wpt++:)" : {
399
399
"status" : " PASS"
447
447
"status" : " PASS"
448
448
},
449
449
"Setting pathname with trailing U+0000 (wpt++:)" : {
450
- "status" : " FAIL "
450
+ "status" : " PASS "
451
451
},
452
452
"Setting search with leading U+0000 (wpt++:)" : {
453
453
"status" : " PASS"
702
702
"status" : " PASS"
703
703
},
704
704
"Setting protocol with leading U+001F (wpt++:)" : {
705
- "status" : " FAIL "
705
+ "status" : " PASS "
706
706
},
707
707
"Setting protocol with U+001F before inserted colon (wpt++:)" : {
708
- "status" : " FAIL "
708
+ "status" : " PASS "
709
709
},
710
710
"Setting username with leading U+001F (wpt++:)" : {
711
711
"status" : " PASS"
759
759
"status" : " PASS"
760
760
},
761
761
"Setting pathname with trailing U+001F (wpt++:)" : {
762
- "status" : " FAIL "
762
+ "status" : " PASS "
763
763
},
764
764
"Setting search with leading U+001F (wpt++:)" : {
765
765
"status" : " PASS"
Original file line number Diff line number Diff line change 96
96
"status" : " PASS"
97
97
},
98
98
"URL: Setting <http://test/>.protocol = 'https\u0000 ' Non-tab/newline C0 controls result in no-op" : {
99
- "status" : " FAIL "
99
+ "status" : " PASS "
100
100
},
101
101
"URL: Setting <http://test/>.protocol = 'https\f '" : {
102
- "status" : " FAIL "
102
+ "status" : " PASS "
103
103
},
104
104
"URL: Setting <http://test/>.protocol = 'https\u000e '" : {
105
- "status" : " FAIL "
105
+ "status" : " PASS "
106
106
},
107
107
"URL: Setting <http://test/>.protocol = 'https '" : {
108
- "status" : " FAIL "
108
+ "status" : " PASS "
109
109
},
110
110
"URL: Setting <file:///home/you/index.html>.username = 'me' No host means no username" : {
111
111
"status" : " PASS"
636
636
"status" : " FAIL"
637
637
},
638
638
"URL: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020" : {
639
- "status" : " FAIL "
639
+ "status" : " PASS "
640
640
},
641
641
"URL: Setting <sc:/nospace>.pathname = 'space '" : {
642
- "status" : " FAIL "
642
+ "status" : " PASS "
643
643
},
644
644
"URL: Setting <http://example.net>.pathname = ' ' Trailing space should be encoded" : {
645
- "status" : " FAIL "
645
+ "status" : " PASS "
646
646
},
647
647
"URL: Setting <http://example.net>.pathname = '\u0000 ' Trailing C0 control should be encoded" : {
648
- "status" : " FAIL "
648
+ "status" : " PASS "
649
649
},
650
650
"URL: Setting <https://example.net#nav>.search = 'lang=fr'" : {
651
651
"status" : " PASS"
You can’t perform that action at this time.
0 commit comments