diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index 041e8fe1f2eec3..236661050e5bec 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: - console: https://github.com/web-platform-tests/wpt/tree/9786a4b131/console -- encoding: https://github.com/web-platform-tests/wpt/tree/5059d2c777/encoding +- encoding: https://github.com/web-platform-tests/wpt/tree/d7f9e16c9a/encoding - url: https://github.com/web-platform-tests/wpt/tree/418f7fabeb/url - resources: https://github.com/web-platform-tests/wpt/tree/e1fddfbf80/resources - interfaces: https://github.com/web-platform-tests/wpt/tree/8ada332aea/interfaces diff --git a/test/fixtures/wpt/encoding/idlharness.any.js b/test/fixtures/wpt/encoding/idlharness.any.js index 7a057f14e3a78c..acd100c43b461c 100644 --- a/test/fixtures/wpt/encoding/idlharness.any.js +++ b/test/fixtures/wpt/encoding/idlharness.any.js @@ -4,7 +4,7 @@ idl_test( ['encoding'], - [], // No deps + ['streams'], idl_array => { idl_array.add_objects({ TextEncoder: ['new TextEncoder()'], diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 566041b6362862..e83603da4c8694 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -4,7 +4,7 @@ "path": "console" }, "encoding": { - "commit": "5059d2c77703d67d2f76931b44e6d2437526b6e9", + "commit": "d7f9e16c9a9d578a05b59787ba4de68b710de725", "path": "encoding" }, "url": {