This is a testharness.js-based test.
Harness Error. harness_status.status = 1 , harness_status.message = Error: platform unsupported
NOTRUN broken
Harness: the test ran to completion.
I tried to trace through what's going wrong, but got lost. My best guess is that results are never sent to the window's message port, so even though complete is sent nothing ends up displayed.
The text was updated successfully, but these errors were encountered:
Specifically this will hang in a worker:
... but when run from a window:
I tried to trace through what's going wrong, but got lost. My best guess is that results are never sent to the window's message port, so even though complete is sent nothing ends up displayed.
The text was updated successfully, but these errors were encountered: