mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00

PR-URL: https://github.com/nodejs/node/pull/59311 Refs: https://github.com/nodejs/node/issues/58987 Refs: https://github.com/nodejs/node/issues/59310 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"event_constructor.window.js": {
|
|
"skip": "StorageEvent is currently unimplemented."
|
|
},
|
|
"event_initstorageevent.window.js": {
|
|
"skip": "StorageEvent is currently unimplemented."
|
|
},
|
|
"localstorage-cross-origin-iframe.tentative.https.window.js": {
|
|
"skip": "iframes are not supported in Node.js."
|
|
},
|
|
"localstorage-cross-origin-iframe.https.window.js": {
|
|
"skip": "iframes are not supported in Node.js."
|
|
},
|
|
"storage_local_window_open.window.js": {
|
|
"skip": "window.open() is not supported in Node.js."
|
|
},
|
|
"storage_session_window_noopener.window.js": {
|
|
"skip": "window.open() is not supported in Node.js."
|
|
},
|
|
"storage_session_window_open.window.js": {
|
|
"skip": "window.open() is not supported in Node.js."
|
|
},
|
|
"storage_session_window_reopen.window.js": {
|
|
"skip": "window.open() is not supported in Node.js."
|
|
},
|
|
"storage_session_setitem_quotaexceedederr.window.js": {
|
|
"fail": {
|
|
"note": "https://github.com/nodejs/node/issues/58987",
|
|
"expected": [
|
|
"Throws QuotaExceededError when the quota has been exceeded"
|
|
]
|
|
}
|
|
},
|
|
"storage_local_setitem_quotaexceedederr.window.js": {
|
|
"fail": {
|
|
"note": "https://github.com/nodejs/node/issues/58987",
|
|
"expected": [
|
|
"Throws QuotaExceededError when the quota has been exceeded"
|
|
]
|
|
}
|
|
},
|
|
"symbol-props.window.js": {
|
|
"fail": {
|
|
"note": "https://github.com/nodejs/node/issues/59310",
|
|
"expected": [
|
|
"localStorage: defineProperty not configurable",
|
|
"sessionStorage: defineProperty not configurable"
|
|
]
|
|
}
|
|
}
|
|
}
|