Skip to content

Commit aa42d37

Browse files
joyeecheungdanbev
authored andcommitted
test: expect wpt/encoding/encodeInto.any.js to fail
Since we do not implement TextEncoder.prototype.encodeInto PR-URL: #27860 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 4ccc359 commit aa42d37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/wpt/status/encoding.json

+3
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,8 @@
5050
},
5151
"streams/*.js": {
5252
"fail": "No implementation of TextDecoderStream and TextEncoderStream"
53+
},
54+
"encodeInto.any.js": {
55+
"fail": "TextEncoder.prototype.encodeInto not implemented"
5356
}
5457
}

0 commit comments

Comments
 (0)