| Original file line number | Diff line number | Diff line change |
|---|
@@ -36,7 +36,7 @@ Last update:
|
36 | 36 | - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/3e3374efde/WebCryptoAPI |
37 | 37 | - webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/a370aad338/webidl/ecmascript-binding/es-exceptions |
38 | 38 | - webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/6495c91853/webmessaging/broadcastchannel |
39 | | -- webstorage: https://github.com/web-platform-tests/wpt/tree/9dafa89214/webstorage |
| 39 | +- webstorage: https://github.com/web-platform-tests/wpt/tree/1291340aaa/webstorage |
40 | 40 | |
41 | 41 | [Web Platform Tests]: https://github.com/web-platform-tests/wpt |
42 | 42 | [`git node wpt`]: https://github.com/nodejs/node-core-utils/blob/main/docs/git-node.md#git-node-wpt |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -104,7 +104,7 @@
|
104 | 104 | "path": "webmessaging/broadcastchannel" |
105 | 105 | }, |
106 | 106 | "webstorage": { |
107 | | -"commit": "9dafa892146c4b5b1f604a39b3cf8677f8f70d44", |
| 107 | +"commit": "1291340aaaa6e73db43b412e47401eca3830c556", |
108 | 108 | "path": "webstorage" |
109 | 109 | } |
110 | 110 | } |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -57,7 +57,7 @@
|
57 | 57 | for (let id in ids) { |
58 | 58 | assert_true(id !== undefined, "id is not undefined"); |
59 | 59 | } |
60 | | -// Note: we use assert_true, rather than assert_equals because we're |
| 60 | +// Note: we use assert_true, rather than assert_equals becuase we're |
61 | 61 | // setting random numbers as IDs - this would mean expectations |
62 | 62 | // files wouldn't work as intended. |
63 | 63 | assert_true(crossSiteIframeAboutBlankID !== crossSiteIframeID, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -38,7 +38,7 @@
|
38 | 38 | assert_true(typeof sameSiteID === "string"); |
39 | 39 | |
40 | 40 | if (location.origin !== altOrigin) { |
41 | | -crossSiteWindow = window.open(`${altOrigin}/webstorage/localstorage-basic-partitioned.tentative.sub.html`, "", "noopener=false"); |
| 41 | +crossSiteWindow = window.open(`${altOrigin}/webstorage/localstorage-basic-partitioned.sub.html`, "", "noopener=false"); |
42 | 42 | t.add_cleanup(() => crossSiteWindow.close()); |
43 | 43 | } |
44 | 44 | } |
|
File renamed without changes.
| Original file line number | Diff line number | Diff line change |
|---|
@@ -47,7 +47,7 @@
|
47 | 47 | // new cross-site window that contains our shared-iframe to repeat |
48 | 48 | // the process in a cross-site environment. |
49 | 49 | if (location.origin !== altOrigin) { |
50 | | -crossSiteWindow = window.open(`${altOrigin}/webstorage/sessionStorage-basic-partitioned.tentative.sub.html`, "", "noopener=false"); |
| 50 | +crossSiteWindow = window.open(`${altOrigin}/webstorage/sessionStorage-basic-partitioned.sub.html`, "", "noopener=false"); |
51 | 51 | t.add_cleanup(() => crossSiteWindow.close()); |
52 | 52 | } |
53 | 53 | } |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,6 +8,9 @@
|
8 | 8 | "localstorage-cross-origin-iframe.tentative.https.window.js": { |
9 | 9 | "skip": "iframes are not supported in Node.js." |
10 | 10 | }, |
| 11 | +"localstorage-cross-origin-iframe.https.window.js": { |
| 12 | +"skip": "iframes are not supported in Node.js." |
| 13 | + }, |
11 | 14 | "storage_local_window_open.window.js": { |
12 | 15 | "skip": "window.open() is not supported in Node.js." |
13 | 16 | }, |
|