Skip to content

Commit

Permalink
test: update wpt test
Browse files Browse the repository at this point in the history
PR-URL: #53814
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Filip Skokan <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
mertcanaltin authored and aduh95 committed Jul 16, 2024
1 parent 7637f29 commit 53a7dd7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/wpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Last update:
- resource-timing: https:/web-platform-tests/wpt/tree/22d38586d0/resource-timing
- resources: https:/web-platform-tests/wpt/tree/1e140d63ec/resources
- streams: https:/web-platform-tests/wpt/tree/9b03282a99/streams
- url: https:/web-platform-tests/wpt/tree/7f369fef2b/url
- url: https:/web-platform-tests/wpt/tree/6a39784534/url
- user-timing: https:/web-platform-tests/wpt/tree/5ae85bf826/user-timing
- wasm/jsapi: https:/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
- wasm/webapi: https:/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
Expand Down
26 changes: 26 additions & 0 deletions test/fixtures/wpt/url/resources/toascii.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,31 @@
{
"input": "",
"output": "xn--hdh"
},
{
"comment": "NFC normalization (forbidden < and > characters are normalized to valid ones)",
"input": "=\u0338",
"output": "xn--1ch"
},
{
"input": "<\u0338",
"output": "xn--gdh"
},
{
"input": ">\u0338",
"output": "xn--hdh"
},
{
"comment": "Same with inserted IDNA ignored code point",
"input": "=\u00AD\u0338",
"output": "xn--1ch"
},
{
"input": "<\u00AD\u0338",
"output": "xn--gdh"
},
{
"input": ">\u00AD\u0338",
"output": "xn--hdh"
}
]
2 changes: 1 addition & 1 deletion test/fixtures/wpt/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"path": "streams"
},
"url": {
"commit": "7f369fef2b6f740a0738510331274bf2cbf7b509",
"commit": "6a39784534e118acc102cf5252c542378831401d",
"path": "url"
},
"user-timing": {
Expand Down

0 comments on commit 53a7dd7

Please sign in to comment.