Skip to content

Commit

Permalink
squash: add expected failures
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Dec 8, 2024
1 parent 9f125ed commit f51c387
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions test/wpt/status/url.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@
]
}
},
"toascii.window.js": {
"fail": {
"note": "Unicode 15.1",
"expected": [
"\uD87E\uDC68.com (using URL)",
"\uD87E\uDC68.com (using URL.host)",
"\uD87E\uDC68.com (using URL.hostname)",
"\u1E9E.com (using URL)",
"\u1E9E.com (using URL.host)",
"\u1E9E.com (using URL.hostname)",
"\u1E9E.foo.com (using URL)",
"\u1E9E.foo.com (using URL.host)",
"\u1E9E.foo.com (using URL.hostname)"
]
}
},
"url-setters-a-area.window.js": {
"skip": "already tested in url-setters.any.js"
},
Expand Down

0 comments on commit f51c387

Please sign in to comment.