Source code

Revision control

Copy as Markdown

Other Tools

[construct-byob-request.any.html]
[construct-byob-request.any.serviceworker.html]
expected:
if debug and (os == "mac"): CRASH
if debug and (os == "linux"): CRASH
[construct-byob-request.any.sharedworker.html]
[construct-byob-request.any.worker.html]
expected:
if os == "android": [OK, CRASH]
[construct-byob-request.any.shadowrealm.html]
expected:
if (os == "mac") and not debug: [ERROR, CRASH]
if os == "android": [ERROR, CRASH]
ERROR
[construct-byob-request.https.any.shadowrealm-in-serviceworker.html]
expected:
if (os == "win") and debug: [CRASH, ERROR, TIMEOUT]
[ERROR, TIMEOUT]
[construct-byob-request.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR
[construct-byob-request.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[construct-byob-request.any.shadowrealm-in-window.html]
expected: ERROR
[construct-byob-request.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[construct-byob-request.any.shadowrealm-in-shadowrealm.html]
expected: ERROR