blob: ed28c71025642d082c4d12f44f6054ae0dbbdfb7 (
plain)
1
2
3
4
5
6
7
8
|
[frame-ancestors-overrides-xfo.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive overrides an 'x-frame-options' header which would allow the page.]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
if (os == "android") and not debug: [PASS, TIMEOUT]
|