mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
PR-URL: https://github.com/nodejs/node/pull/50429 Reviewed-By: Filip Skokan <panva.ip@gmail.com>
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"idlharness.any.js": {
|
|
"fail": {
|
|
"expected": [
|
|
"Window interface: attribute performance"
|
|
]
|
|
}
|
|
},
|
|
"idlharness-shadowrealm.window.js": {
|
|
"skip": "ShadowRealm support is not enabled"
|
|
},
|
|
"window-worker-timeOrigin.window.js": {
|
|
"skip": "depends on URL.createObjectURL(blob)"
|
|
}
|
|
}
|