◐ Shell
clean mode source ↗

test: update compression wpt · nodejs/node@99abfb6

Original file line numberDiff line numberDiff line change

@@ -11,7 +11,7 @@ See [test/wpt](../../wpt/README.md) for information on how these tests are run.

1111

Last update:

1212
1313

- common: https://github.com/web-platform-tests/wpt/tree/dbd648158d/common

14-

- compression: https://github.com/web-platform-tests/wpt/tree/da8d6860b2/compression

14+

- compression: https://github.com/web-platform-tests/wpt/tree/67880a4eb8/compression

1515

- console: https://github.com/web-platform-tests/wpt/tree/e48251b778/console

1616

- dom/abort: https://github.com/web-platform-tests/wpt/tree/0143fe244b/dom/abort

1717

- dom/events: https://github.com/web-platform-tests/wpt/tree/0a811c5161/dom/events

Original file line numberDiff line numberDiff line change

@@ -1,5 +1,6 @@

11

// META: script=/resources/WebIDLParser.js

22

// META: script=/resources/idlharness.js

3+

// META: global=window,dedicatedworker,shadowrealm-in-window

34
45

'use strict';

56
Original file line numberDiff line numberDiff line change

@@ -4,7 +4,7 @@

44

"path": "common"

55

},

66

"compression": {

7-

"commit": "da8d6860b22271d8ef4dc7894509692aaab9adf8",

7+

"commit": "67880a4eb83ca9aa732eec4b35a1971ff5bf37ff",

88

"path": "compression"

99

},

1010

"console": {