Source code

Revision control

Copy as Markdown

Other Tools

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