Skip to content

Commit 6fc3b0d

Browse files
committed
test: update wpt tests for encoding
Refs: web-platform-tests/wpt#25542 PR-URL: #35330 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent c88d845 commit 6fc3b0d

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/3b1f72e99a/console
14-
- encoding: https://github.com/web-platform-tests/wpt/tree/11e6941923/encoding
14+
- encoding: https://github.com/web-platform-tests/wpt/tree/d7f9e16c9a/encoding
1515
- url: https://github.com/web-platform-tests/wpt/tree/e2ddf48b78/url
1616
- resources: https://github.com/web-platform-tests/wpt/tree/1d14e821b9/resources
1717
- interfaces: https://github.com/web-platform-tests/wpt/tree/15e47f779c/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": "11e6941923248f0acbb53e9209be966edc27a270",
7+
"commit": "d7f9e16c9a9d578a05b59787ba4de68b710de725",
88
"path": "encoding"
99
},
1010
"url": {

0 commit comments

Comments
 (0)