node/test/wpt/status/webmessaging/broadcastchannel.json

21 lines
435 B
JSON

{
"basics.any.js": {
"fail": {
"expected": [
"postMessage results in correct event",
"messages are delivered in port creation order"
],
"flaky": [
"Closing a channel in onmessage prevents already queued tasks from firing onmessage events"
]
}
},
"origin.window.js": {
"fail": {
"expected": [
"Serialization of BroadcastChannel origin"
]
}
}
}