mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
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.
18 lines
1.4 KiB
Plaintext
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 |