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