diff options
author | Andreu Botella <abb@randomunok.com> | 2021-06-01 11:24:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 11:24:16 +0200 |
commit | e466a6fc9ade08c8ca17322d47017709eecc4444 (patch) | |
tree | e8303c17e404e6fb55f311e789eda3c583b61671 /tools | |
parent | 6dd7a7ecd9d9b09f5112c73c67aa5f94480c8196 (diff) |
fix: Support the stream option to TextDecoder#decode (#10805)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index e233dbdef..b7fbc13cf 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -91,6 +91,7 @@ "encode-utf8.any.html": false, "readable-writable-properties.any.html": false }, + "textdecoder-arguments.any.html": true, "textdecoder-byte-order-marks.any.html": true, "textdecoder-copy.any.html": false, "textdecoder-fatal-single-byte.any.html?1-1000": true, @@ -132,7 +133,7 @@ "windows-949 => EUC-KR", "x-user-defined => x-user-defined" ], - "textdecoder-streaming.any.html": false, + "textdecoder-streaming.any.html": true, "textdecoder-utf16-surrogates.any.html": true, "textencoder-constructor-non-utf.any.html": [ "Encoding argument supported for decode: EUC-JP", @@ -142,8 +143,7 @@ "Encoding argument supported for decode: x-user-defined" ], "textencoder-utf16-surrogates.any.html": true, - "unsupported-encodings.any.html": false, - "textdecoder-arguments.any.html": false + "unsupported-encodings.any.html": false }, "hr-time": { "monotonic-clock.any.html": true, |