deny.html.ini (1711B)
1 [deny.html] 2 expected: 3 if (os == "mac") and not debug: [OK, TIMEOUT] 4 if (os == "android") and not debug: [OK, TIMEOUT] 5 [`DENY` blocks same-origin framing] 6 expected: 7 if (os == "mac") and not debug: [PASS, TIMEOUT] 8 if (os == "android") and not debug: [PASS, TIMEOUT] 9 10 [`DENY` blocks cross-origin framing] 11 expected: 12 if (os == "mac") and not debug: [PASS, TIMEOUT] 13 if (os == "android") and not debug: [PASS, TIMEOUT] 14 15 [`denY` blocks same-origin framing] 16 expected: 17 if (os == "mac") and not debug: [PASS, TIMEOUT] 18 if (os == "android") and not debug: [PASS, TIMEOUT] 19 20 [`denY` blocks cross-origin framing] 21 expected: 22 if (os == "mac") and not debug: [PASS, TIMEOUT] 23 if (os == "android") and not debug: [PASS, TIMEOUT] 24 25 [` DENY ` blocks same-origin framing] 26 expected: 27 if (os == "mac") and not debug: [PASS, TIMEOUT] 28 if (os == "android") and not debug: [PASS, TIMEOUT] 29 30 [` DENY ` blocks cross-origin framing] 31 expected: 32 if (os == "mac") and not debug: [PASS, TIMEOUT] 33 if (os == "android") and not debug: [PASS, TIMEOUT] 34 35 [`DENY` blocks same-origin framing with CSP default-src 'self'] 36 expected: 37 if (os == "mac") and not debug: [PASS, TIMEOUT] 38 if (os == "android") and not debug: [PASS, TIMEOUT] 39 40 [`DENY` blocks cross-origin framing with CSP default-src 'self'] 41 expected: 42 if (os == "mac") and not debug: [PASS, TIMEOUT] 43 if (os == "android") and not debug: [PASS, TIMEOUT] 44 45 [`DENY` blocks cross-origin framing with CSP frame-ancestors 'self'] 46 expected: 47 if (os == "mac") and not debug: [PASS, TIMEOUT] 48 if (os == "android") and not debug: [PASS, TIMEOUT]