response-headers-guard.any.js.ini (457B)
1 [response-headers-guard.any.worker.html] 2 expected: 3 if os == "android": [OK, CRASH] 4 5 [response-headers-guard.any.serviceworker.html] 6 expected: 7 if (os == "mac") and not debug: [OK, ERROR] 8 if (os == "android") and not debug: [OK, ERROR] 9 10 [response-headers-guard.any.sharedworker.html] 11 expected: 12 if (os == "android") and not debug: [OK, CRASH] 13 14 [response-headers-guard.any.html] 15 expected: 16 if (os == "mac") and not debug: [OK, CRASH]