node/test/wpt/status/webstorage.json
Filip Skokan 8e5c5b3b04
test: update WPT resources,WebCryptoAPI,webstorage
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>
2025-08-03 11:31:39 +00:00

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"
]
}
}
}