Source code
Revision control
Copy as Markdown
Other Tools
[cancel.any.sharedworker.html]
expected:
if (os == "android") and not debug: [OK, TIMEOUT]
[cancel.any.html]
expected:
if sessionHistoryInParent and (os == "android") and not debug: [OK, CRASH]
if not sessionHistoryInParent and debug: [OK, TIMEOUT]
if not sessionHistoryInParent and not debug: [OK, TIMEOUT, CRASH]
[cancel.any.serviceworker.html]
[cancel.any.worker.html]
expected:
if os == "android": [OK, CRASH]
[cancel.any.shadowrealm.html]
expected:
if (os == "mac") and not debug: [ERROR, CRASH]
if (os == "android") and not debug: [ERROR, CRASH]
ERROR
[cancel.any.shadowrealm-in-dedicatedworker.html]
expected: ERROR
[cancel.any.shadowrealm-in-window.html]
expected:
if sessionHistoryInParent: ERROR
[ERROR, TIMEOUT]
[cancel.any.shadowrealm-in-shadowrealm.html]
expected: ERROR
[cancel.any.shadowrealm-in-sharedworker.html]
expected: ERROR
[cancel.https.any.shadowrealm-in-serviceworker.html]
expected: [ERROR, TIMEOUT]
[cancel.https.any.shadowrealm-in-audioworklet.html]
expected: ERROR