mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
3ca05ffa02
PR-URL: https://github.com/nodejs/node/pull/53720 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
23 lines
589 B
JSON
23 lines
589 B
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"
|
|
]
|
|
}
|
|
},
|
|
"url-setters-a-area.window.js": {
|
|
"skip": "already tested in url-setters.any.js"
|
|
},
|
|
"javascript-urls.window.js": {
|
|
"skip": "requires document.body reference"
|
|
}
|
|
}
|