| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 456abc7 commit 00319ea
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ Last update: | |||
| 28 | 28 | - resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing | |
| 29 | 29 | - resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources | |
| 30 | 30 | - streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams | |
| 31 | - - url: https://github.com/web-platform-tests/wpt/tree/efb889eb4c/url | ||
| 31 | + - url: https://github.com/web-platform-tests/wpt/tree/c928b19ab0/url | ||
| 32 | 32 | - urlpattern: https://github.com/web-platform-tests/wpt/tree/a2e15ad405/urlpattern | |
| 33 | 33 | - user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing | |
| 34 | 34 | - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2548,6 +2548,42 @@ | |||
| 2548 | 2548 | "href": "http://example.net/#%00", | |
| 2549 | 2549 | "hash": "#%00" | |
| 2550 | 2550 | } | |
| 2551 | + }, | ||
| 2552 | + { | ||
| 2553 | + "comment": "Fragment with <> on data: URI", | ||
| 2554 | + "href": "data:text/plain,test", | ||
| 2555 | + "new_value": "#<foo> <bar>", | ||
| 2556 | + "expected": { | ||
| 2557 | + "href": "data:text/plain,test#%3Cfoo%3E%20%3Cbar%3E", | ||
| 2558 | + "hash": "#%3Cfoo%3E%20%3Cbar%3E" | ||
| 2559 | + } | ||
| 2560 | + }, | ||
| 2561 | + { | ||
| 2562 | + "comment": "Fragment with <> on about:blank", | ||
| 2563 | + "href": "about:blank", | ||
| 2564 | + "new_value": "#<foo> <bar>", | ||
| 2565 | + "expected": { | ||
| 2566 | + "href": "about:blank#%3Cfoo%3E%20%3Cbar%3E", | ||
| 2567 | + "hash": "#%3Cfoo%3E%20%3Cbar%3E" | ||
| 2568 | + } | ||
| 2569 | + }, | ||
| 2570 | + { | ||
| 2571 | + "comment": "Fragment percent-encode set on data: URI; tabs and newlines are removed", | ||
| 2572 | + "href": "data:text/plain,test", | ||
| 2573 | + "new_value": "#\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~\u007f\u0080\u0081Éé", | ||
| 2574 | + "expected": { | ||
| 2575 | + "href": "data:text/plain,test#%00%01%1F%20!%22#$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_%60az{|}~%7F%C2%80%C2%81%C3%89%C3%A9", | ||
| 2576 | + "hash": "#%00%01%1F%20!%22#$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_%60az{|}~%7F%C2%80%C2%81%C3%89%C3%A9" | ||
| 2577 | + } | ||
| 2578 | + }, | ||
| 2579 | + { | ||
| 2580 | + "comment": "Fragment percent-encode set on about:blank; tabs and newlines are removed", | ||
| 2581 | + "href": "about:blank", | ||
| 2582 | + "new_value": "#\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~\u007f\u0080\u0081Éé", | ||
| 2583 | + "expected": { | ||
| 2584 | + "href": "about:blank#%00%01%1F%20!%22#$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_%60az{|}~%7F%C2%80%C2%81%C3%89%C3%A9", | ||
| 2585 | + "hash": "#%00%01%1F%20!%22#$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_%60az{|}~%7F%C2%80%C2%81%C3%89%C3%A9" | ||
| 2586 | + } | ||
| 2551 | 2587 | } | |
| 2552 | 2588 | ], | |
| 2553 | 2589 | "href": [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10296,5 +10296,65 @@ | |||
| 10296 | 10296 | "pathname": "/a\\b", | |
| 10297 | 10297 | "search": "", | |
| 10298 | 10298 | "hash": "" | |
| 10299 | + }, | ||
| 10300 | + { | ||
| 10301 | + "comment": "Fragment with <> on data: URI", | ||
| 10302 | + "input": "data:text/plain,test#<foo> <bar>", | ||
| 10303 | + "base": null, | ||
| 10304 | + "href": "data:text/plain,test#%3Cfoo%3E%20%3Cbar%3E", | ||
| 10305 | + "protocol": "data:", | ||
| 10306 | + "username": "", | ||
| 10307 | + "password": "", | ||
| 10308 | + "host": "", | ||
| 10309 | + "hostname": "", | ||
| 10310 | + "port": "", | ||
| 10311 | + "pathname": "text/plain,test", | ||
| 10312 | + "search": "", | ||
| 10313 | + "hash": "#%3Cfoo%3E%20%3Cbar%3E" | ||
| 10314 | + }, | ||
| 10315 | + { | ||
| 10316 | + "comment": "Fragment with <> on about:blank", | ||
| 10317 | + "input": "about:blank#<foo> <bar>", | ||
| 10318 | + "base": null, | ||
| 10319 | + "href": "about:blank#%3Cfoo%3E%20%3Cbar%3E", | ||
| 10320 | + "protocol": "about:", | ||
| 10321 | + "username": "", | ||
| 10322 | + "password": "", | ||
| 10323 | + "host": "", | ||
| 10324 | + "hostname": "", | ||
| 10325 | + "port": "", | ||
| 10326 | + "pathname": "blank", | ||
| 10327 | + "search": "", | ||
| 10328 | + "hash": "#%3Cfoo%3E%20%3Cbar%3E" | ||
| 10329 | + }, | ||
| 10330 | + { | ||
| 10331 | + "comment": "Fragment percent-encode set on data: URI; tabs and newlines are removed", | ||
| 10332 | + "input":"data:text/plain,test#\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~\u007f\u0080\u0081Éé", | ||
| 10333 | + "base": null, | ||
| 10334 | + "href": "data:text/plain,test#%00%01%1F%20!%22#$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_%60az{|}~%7F%C2%80%C2%81%C3%89%C3%A9", | ||
| 10335 | + "protocol": "data:", | ||
| 10336 | + "username": "", | ||
| 10337 | + "password": "", | ||
| 10338 | + "host": "", | ||
| 10339 | + "hostname": "", | ||
| 10340 | + "port": "", | ||
| 10341 | + "pathname": "text/plain,test", | ||
| 10342 | + "search": "", | ||
| 10343 | + "hash": "#%00%01%1F%20!%22#$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_%60az{|}~%7F%C2%80%C2%81%C3%89%C3%A9" | ||
| 10344 | + }, | ||
| 10345 | + { | ||
| 10346 | + "comment": "Fragment percent-encode set on about:blank; tabs and newlines are removed", | ||
| 10347 | + "input": "about:blank#\u0000\u0001\t\n\r\u001f !\"#$%&'()*+,-./09:;<=>?@AZ[\\]^_`az{|}~\u007f\u0080\u0081Éé", | ||
| 10348 | + "base": null, | ||
| 10349 | + "href": "about:blank#%00%01%1F%20!%22#$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_%60az{|}~%7F%C2%80%C2%81%C3%89%C3%A9", | ||
| 10350 | + "protocol": "about:", | ||
| 10351 | + "username": "", | ||
| 10352 | + "password": "", | ||
| 10353 | + "host": "", | ||
| 10354 | + "hostname": "", | ||
| 10355 | + "port": "", | ||
| 10356 | + "pathname": "blank", | ||
| 10357 | + "search": "", | ||
| 10358 | + "hash": "#%00%01%1F%20!%22#$%&'()*+,-./09:;%3C=%3E?@AZ[\\]^_%60az{|}~%7F%C2%80%C2%81%C3%89%C3%A9" | ||
| 10299 | 10359 | } | |
| 10300 | 10360 | ] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -72,7 +72,7 @@ | |||
| 72 | 72 | "path": "streams" | |
| 73 | 73 | }, | |
| 74 | 74 | "url": { | |
| 75 | - "commit": "efb889eb4c9ca0b4e3ebd8ab308646b7483a8f54", | ||
| 75 | + "commit": "c928b19ab04a4525807238e9299c23f3a1cca582", | ||
| 76 | 76 | "path": "url" | |
| 77 | 77 | }, | |
| 78 | 78 | "urlpattern": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments