Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/encoding/streams/realms.window.txt
Luke Wilde cae0ee6fa7 LibWeb: Implement TextEncoderStream
Required by the server-side rendering mode of React Router, used by
https://chatgpt.com/

Note that the imported tests do not have the worker variants to prevent
freezing on macOS.
2025-02-07 11:04:46 -05:00

18 lines
1.4 KiB
Plaintext

Harness status: Error
Found 12 tests
2 Pass
10 Fail
Pass a TextEncoderStream object should be associated with the realm the constructor came from
Pass TextEncoderStream's readable and writable attributes should come from the same realm as the constructor definition
Fail the output chunks when read is called after write should come from the same realm as the constructor of TextEncoderStream
Fail the output chunks when write is called with a pending read should come from the same realm as the constructor of TextEncoderStream
Fail TypeError for unconvertable chunk should come from constructor realm of TextEncoderStream
Fail a TextDecoderStream object should be associated with the realm the constructor came from
Fail TextDecoderStream's readable and writable attributes should come from the same realm as the constructor definition
Fail the result object when read is called after write should come from the same realm as the constructor of TextDecoderStream
Fail the result object when write is called with a pending read should come from the same realm as the constructor of TextDecoderStream
Fail TypeError for chunk with the wrong type should come from constructor realm of TextDecoderStream
Fail TypeError for invalid chunk should come from constructor realm of TextDecoderStream
Fail TypeError for incomplete input should come from constructor realm of TextDecoderStream