We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f125ed commit f51c387Copy full SHA for f51c387
test/wpt/status/url.json
@@ -13,6 +13,22 @@
13
]
14
}
15
},
16
+ "toascii.window.js": {
17
+ "fail": {
18
+ "note": "Unicode 15.1",
19
+ "expected": [
20
+ "\uD87E\uDC68.com (using URL)",
21
+ "\uD87E\uDC68.com (using URL.host)",
22
+ "\uD87E\uDC68.com (using URL.hostname)",
23
+ "\u1E9E.com (using URL)",
24
+ "\u1E9E.com (using URL.host)",
25
+ "\u1E9E.com (using URL.hostname)",
26
+ "\u1E9E.foo.com (using URL)",
27
+ "\u1E9E.foo.com (using URL.host)",
28
+ "\u1E9E.foo.com (using URL.hostname)"
29
+ ]
30
+ }
31
+ },
32
"url-setters-a-area.window.js": {
33
"skip": "already tested in url-setters.any.js"
34
0 commit comments