Files
ladybird/Tests/LibWeb/Text/expected/Messaging/Messaging-post-channel-over-channel.txt
Aliaksandr Kalenik 87bffe7d22 Tests: Rearrange log order in Messaging-post-channel-over-channel.html
When a message is posted to multiple ports at once, the order in which
the callbacks for these messages are invoked is non-deterministic.
To account for this, the test has been rewritten to accumulate logs
for each port separately, and then print them grouped by port.
2025-04-11 17:13:06 +02:00

7 lines
117 B
Plaintext

Port1: "Hello"
Port1: {"foo":{}}
Port1: "DONE"
Port2: "Hello"
Port2: "DONE"
Port3: "Hello from the transferred port"