diff options
author | Luca Casonato <hello@lcas.dev> | 2024-08-28 16:16:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-28 14:16:10 +0000 |
commit | 14a34a0cd76b1d5e4c19b583a3b6aad7db8a6187 (patch) | |
tree | 8a9857abd910975e9ba1315c78a26cbacbc3299c | |
parent | f6c537f898da8d149e024a97347c43fa2e249331 (diff) |
tests: fix wpt_epoch job (#25264)
-rw-r--r-- | tests/wpt/runner/expectation.json | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/tests/wpt/runner/expectation.json b/tests/wpt/runner/expectation.json index 9e32fd540..2baf043d5 100644 --- a/tests/wpt/runner/expectation.json +++ b/tests/wpt/runner/expectation.json @@ -3684,7 +3684,6 @@ "Range-intersectsNode-binding.html": false, "Range-intersectsNode-shadow.html": false, "Range-intersectsNode.html": false, - "Range-isPointInRange-shadowdom.tentative.html": false, "Range-isPointInRange.html": false, "Range-mutations-appendChild.html": false, "Range-mutations-appendData.html": false, @@ -10280,10 +10279,6 @@ "semantics": { "scripting-1": { "the-script-element": { - "import-assertions": { - "dynamic-import-with-assertion-argument.any.html": true, - "dynamic-import-with-assertion-argument.any.worker.html": true - }, "json-module": { "charset-bom.any.html": true, "charset-bom.any.worker.html": true, @@ -10341,6 +10336,11 @@ "import.meta.resolve is not a constructor" ] } + }, + "import-attributes": { + "dynamic-import-with-attributes-argument.any.html": true, + "dynamic-import-with-attributes-argument.any.sharedworker.html": false, + "dynamic-import-with-attributes-argument.any.worker.html": true } } }, @@ -10724,7 +10724,6 @@ "localStorage: defineProperty not configurable", "sessionStorage: defineProperty not configurable" ], - "localstorage-cross-origin-iframe.tentative.https.window.html": false, "storage_local_window_open.window.html": false, "storage_session_window_noopener.window.html": false, "storage_session_window_open.window.html": false, @@ -10746,10 +10745,7 @@ "event_session_removeitem.html": false, "event_session_storagearea.html": false, "event_session_url.html": false, - "event_setattribute.html": false, - "localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.tentative.html": false, - "localstorage-basic-partitioned.tentative.sub.html": false, - "sessionStorage-basic-partitioned.tentative.sub.html": false + "event_setattribute.html": false }, "webmessaging": { "broadcastchannel": { |