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