Skip to content

Commit 552ebaf

Browse files
watildedanielleadams
authored andcommitted
test: update wpt tests for encoding
Refs: web-platform-tests/wpt#25542 PR-URL: #35330 Backport-PR-URL: #35422 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent a995dd7 commit 552ebaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/fixtures/wpt/README.md

Lines changed: 1 addition & 1 deletion
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
- console: https://github.com/web-platform-tests/wpt/tree/9786a4b131/console
14-
- encoding: https://github.com/web-platform-tests/wpt/tree/5059d2c777/encoding
14+
- encoding: https://github.com/web-platform-tests/wpt/tree/d7f9e16c9a/encoding
1515
- url: https://github.com/web-platform-tests/wpt/tree/418f7fabeb/url
1616
- resources: https://github.com/web-platform-tests/wpt/tree/e1fddfbf80/resources
1717
- interfaces: https://github.com/web-platform-tests/wpt/tree/8ada332aea/interfaces

test/fixtures/wpt/encoding/idlharness.any.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
idl_test(
66
['encoding'],
7-
[], // No deps
7+
['streams'],
88
idl_array => {
99
idl_array.add_objects({
1010
TextEncoder: ['new TextEncoder()'],

test/fixtures/wpt/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"path": "console"
55
},
66
"encoding": {
7-
"commit": "5059d2c77703d67d2f76931b44e6d2437526b6e9",
7+
"commit": "d7f9e16c9a9d578a05b59787ba4de68b710de725",
88
"path": "encoding"
99
},
1010
"url": {

0 commit comments

Comments
 (0)