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