Skip to content

Commit d8ee93e

Browse files
committed
Bug 1633277 [wpt PR 23256] - URL: Percent encode NULLs in fragments, a=testonly
Automatic update from web-platform-tests URL: percent encode NULLs in fragments See whatwg/url#440 and whatwg/url#486 for context. -- wpt-commits: efec8204e84d434d80407bb7cf8df37d33cabaa1 wpt-pr: 23256 UltraBlame original commit: 650ec6f46c2e17f43b3448bd91f3616e1622e3d9
1 parent 40f1edf commit d8ee93e

File tree

2 files changed

+387
-3
lines changed

2 files changed

+387
-3
lines changed

testing/web-platform/tests/url/resources/setters_tests.json

Lines changed: 139 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14352,7 +14352,6 @@ percent
1435214352
-
1435314353
encoding
1435414354
;
14355-
nuls
1435614355
tabs
1435714356
and
1435814357
newlines
@@ -14440,6 +14439,8 @@ a
1444014439
/
1444114440
#
1444214441
%
14442+
00
14443+
%
1444314444
01
1444414445
%
1444514446
1F
@@ -14507,6 +14508,8 @@ hash
1450714508
"
1450814509
#
1450914510
%
14511+
00
14512+
%
1451014513
01
1451114514
%
1451214515
1F
@@ -14575,6 +14578,141 @@ comment
1457514578
"
1457614579
:
1457714580
"
14581+
Percent
14582+
-
14583+
encode
14584+
NULLs
14585+
in
14586+
fragment
14587+
"
14588+
"
14589+
href
14590+
"
14591+
:
14592+
"
14593+
http
14594+
:
14595+
/
14596+
/
14597+
example
14598+
.
14599+
net
14600+
"
14601+
"
14602+
new_value
14603+
"
14604+
:
14605+
"
14606+
a
14607+
\
14608+
u0000b
14609+
"
14610+
"
14611+
expected
14612+
"
14613+
:
14614+
{
14615+
"
14616+
href
14617+
"
14618+
:
14619+
"
14620+
http
14621+
:
14622+
/
14623+
/
14624+
example
14625+
.
14626+
net
14627+
/
14628+
#
14629+
a
14630+
%
14631+
00b
14632+
"
14633+
"
14634+
hash
14635+
"
14636+
:
14637+
"
14638+
#
14639+
a
14640+
%
14641+
00b
14642+
"
14643+
}
14644+
}
14645+
{
14646+
"
14647+
comment
14648+
"
14649+
:
14650+
"
14651+
Percent
14652+
-
14653+
encode
14654+
NULLs
14655+
in
14656+
fragment
14657+
"
14658+
"
14659+
href
14660+
"
14661+
:
14662+
"
14663+
non
14664+
-
14665+
spec
14666+
:
14667+
/
14668+
"
14669+
"
14670+
new_value
14671+
"
14672+
:
14673+
"
14674+
a
14675+
\
14676+
u0000b
14677+
"
14678+
"
14679+
expected
14680+
"
14681+
:
14682+
{
14683+
"
14684+
href
14685+
"
14686+
:
14687+
"
14688+
non
14689+
-
14690+
spec
14691+
:
14692+
/
14693+
#
14694+
a
14695+
%
14696+
00b
14697+
"
14698+
"
14699+
hash
14700+
"
14701+
:
14702+
"
14703+
#
14704+
a
14705+
%
14706+
00b
14707+
"
14708+
}
14709+
}
14710+
{
14711+
"
14712+
comment
14713+
"
14714+
:
14715+
"
1457814716
Bytes
1457914717
already
1458014718
percent

0 commit comments

Comments
 (0)