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