Skip to content

Commit f51c387

Browse files
committed
squash: add expected failures
1 parent 9f125ed commit f51c387

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

test/wpt/status/url.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@
1313
]
1414
}
1515
},
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+
},
1632
"url-setters-a-area.window.js": {
1733
"skip": "already tested in url-setters.any.js"
1834
},

0 commit comments

Comments
 (0)