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