node/test/wpt/status/url.json

39 lines
1.0 KiB
JSON

{
"idlharness-shadowrealm.window.js": {
"skip": "ShadowRealm support is not enabled"
},
"percent-encoding.window.js": {
"skip": "TODO: port from .window.js"
},
"historical.any.js": {
"fail": {
"note": "We are faking location with a URL object for the sake of the testharness and it has searchParams.",
"expected": [
"searchParams on location object"
]
}
},
"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"
},
"javascript-urls.window.js": {
"skip": "requires document.body reference"
}
}