Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/webmessaging/broadcastchannel/interface.any.txt
Tim Ledbetter 61ae388140 Tests: Create imported WPT test output from completion callback data
This allows us to disable test output, which performs expensive assert
tracking. This was making our imported tests run significantly slower
than tests run via `WPT.sh`.

Formatting the output ourselves also allows us to remove unnecessary
information from the test output.

This commit also rebaselines all existing imported WPT tests to follow
the new format.
2024-12-02 22:41:51 +00:00

18 lines
639 B
Plaintext

Harness status: OK
Found 13 tests
13 Pass
Pass Should throw if no name is provided
Pass Null name should not throw
Pass Undefined name should not throw
Pass Non-empty name should not throw
Pass Non-string name should not throw
Pass postMessage without parameters should throw
Pass postMessage with null should not throw
Pass close should not throw
Pass close should not throw when called multiple times
Pass postMessage after close should throw
Pass BroadcastChannel should have an onmessage event
Pass postMessage should throw with uncloneable data
Pass postMessage should throw InvalidStateError after close, even with uncloneable data