patched-global.any.js.ini (1572B)
1 [patched-global.any.worker.html] 2 3 [patched-global.any.html] 4 expected: 5 if (os == "android") and sessionHistoryInParent and not debug: [OK, CRASH] 6 if (os == "android") and not sessionHistoryInParent and debug: [OK, ERROR] 7 if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT, CRASH] 8 if os == "mac": [OK, CRASH] 9 10 [patched-global.any.sharedworker.html] 11 expected: 12 if (os == "android") and not debug: [OK, CRASH] 13 14 [patched-global.any.serviceworker.html] 15 expected: 16 if (os == "android") and not debug and sessionHistoryInParent: [OK, ERROR] 17 if (os == "android") and not debug and not sessionHistoryInParent: [OK, ERROR, TIMEOUT] 18 19 [patched-global.any.shadowrealm.html] 20 expected: 21 if (os == "android") and not debug: [ERROR, CRASH] 22 ERROR 23 24 [patched-global.any.shadowrealm-in-dedicatedworker.html] 25 expected: 26 if (os == "android") and sessionHistoryInParent: [ERROR, TIMEOUT] 27 ERROR 28 29 [patched-global.https.any.shadowrealm-in-serviceworker.html] 30 expected: [ERROR, TIMEOUT] 31 32 [patched-global.https.any.shadowrealm-in-audioworklet.html] 33 expected: ERROR 34 35 [patched-global.any.shadowrealm-in-window.html] 36 expected: 37 if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT] 38 ERROR 39 40 [patched-global.any.shadowrealm-in-sharedworker.html] 41 expected: 42 if (os == "android") and debug and sessionHistoryInParent: [ERROR, TIMEOUT] 43 ERROR 44 45 [patched-global.any.shadowrealm-in-shadowrealm.html] 46 expected: 47 if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT] 48 ERROR