mirror of
https://github.com/nodejs/node.git
synced 2025-04-28 05:25:19 +00:00
test: update wpt test
PR-URL: https://github.com/nodejs/node/pull/53814 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
59fde99db8
commit
e44ec42393
2
test/fixtures/wpt/README.md
vendored
2
test/fixtures/wpt/README.md
vendored
@ -28,7 +28,7 @@ Last update:
|
||||
- resource-timing: https://github.com/web-platform-tests/wpt/tree/22d38586d0/resource-timing
|
||||
- resources: https://github.com/web-platform-tests/wpt/tree/1e140d63ec/resources
|
||||
- streams: https://github.com/web-platform-tests/wpt/tree/9b03282a99/streams
|
||||
- url: https://github.com/web-platform-tests/wpt/tree/7f369fef2b/url
|
||||
- url: https://github.com/web-platform-tests/wpt/tree/6a39784534/url
|
||||
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
|
||||
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
|
||||
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
|
||||
|
26
test/fixtures/wpt/url/resources/toascii.json
vendored
26
test/fixtures/wpt/url/resources/toascii.json
vendored
@ -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
test/fixtures/wpt/versions.json
vendored
2
test/fixtures/wpt/versions.json
vendored
@ -72,7 +72,7 @@
|
||||
"path": "streams"
|
||||
},
|
||||
"url": {
|
||||
"commit": "7f369fef2b6f740a0738510331274bf2cbf7b509",
|
||||
"commit": "6a39784534e118acc102cf5252c542378831401d",
|
||||
"path": "url"
|
||||
},
|
||||
"user-timing": {
|
||||
|
Loading…
Reference in New Issue
Block a user