Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/streams/readable-streams/global.txt
Timothy Flynn df1e51b80b LibWeb: Use the correct realm when initializing streams
There is an open issue to clarify exactly what realm is to be used when
creating promises. There are surely many more places we will need to
update to use the correct realm (which will be the realm of `this`'s
relevant global object).
2025-04-15 20:33:11 -04:00

14 lines
481 B
Plaintext

Harness status: OK
Found 9 tests
9 Pass
Pass Stream objects created in expected globals
Pass Cancel promise is created in same global as stream
Pass Closed Promise in correct global
Pass Reader objects in correct global
Pass Desired size can be grafted from one prototype to another
Pass Closing errored stream throws object in appropriate global
Pass Can enqueue chunks from multiple globals
Pass Correct errors and globals for closed streams
Pass Tee Branches in correct global