mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +01:00
This implements the `TextEncoderStream` WebIDL interface. Testing: Existing WPT tests should be sufficient Fixes: #37724 --------- Signed-off-by: minghuaw <wuminghua7@huawei.com>
9 lines
435 B
INI
Vendored
9 lines
435 B
INI
Vendored
[realms.window.html]
|
|
[the output chunks when read is called after write should come from the same realm as the constructor of TextEncoderStream]
|
|
expected: FAIL
|
|
|
|
[the output chunks when write is called with a pending read should come from the same realm as the constructor of TextEncoderStream]
|
|
expected: FAIL
|
|
|
|
[TypeError for unconvertable chunk should come from constructor realm of TextEncoderStream]
|
|
expected: FAIL
|