diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index a1b3026c4637e9..e464af4932d4a1 100644 --- a/test/fixtures/wpt/README.md +++ b/test/fixtures/wpt/README.md @@ -11,7 +11,7 @@ See [test/wpt](../../wpt/README.md) for information on how these tests are run. Last update: - common: https://github.com/web-platform-tests/wpt/tree/dbd648158d/common -- compression: https://github.com/web-platform-tests/wpt/tree/da8d6860b2/compression +- compression: https://github.com/web-platform-tests/wpt/tree/67880a4eb8/compression - console: https://github.com/web-platform-tests/wpt/tree/e48251b778/console - dom/abort: https://github.com/web-platform-tests/wpt/tree/0143fe244b/dom/abort - dom/events: https://github.com/web-platform-tests/wpt/tree/0a811c5161/dom/events diff --git a/test/fixtures/wpt/compression/idlharness-shadowrealm.window.js b/test/fixtures/wpt/compression/idlharness-shadowrealm.window.js deleted file mode 100644 index 2fdc807ee07e32..00000000000000 --- a/test/fixtures/wpt/compression/idlharness-shadowrealm.window.js +++ /dev/null @@ -1,2 +0,0 @@ -// META: script=/resources/idlharness-shadowrealm.js -idl_test_shadowrealm(["compression"], ["streams"]); diff --git a/test/fixtures/wpt/compression/idlharness.https.any.js b/test/fixtures/wpt/compression/idlharness.https.any.js index 8d96cf523c4953..d43f327de68b01 100644 --- a/test/fixtures/wpt/compression/idlharness.https.any.js +++ b/test/fixtures/wpt/compression/idlharness.https.any.js @@ -1,5 +1,6 @@ // META: script=/resources/WebIDLParser.js // META: script=/resources/idlharness.js +// META: global=window,dedicatedworker,shadowrealm-in-window 'use strict'; diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 9b2ef6464a5a6b..413aa54e8b8027 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -4,7 +4,7 @@ "path": "common" }, "compression": { - "commit": "da8d6860b22271d8ef4dc7894509692aaab9adf8", + "commit": "67880a4eb83ca9aa732eec4b35a1971ff5bf37ff", "path": "compression" }, "console": {