blob: 1e9d094c5f10ca67a0450893c1443ca8fad24ffd (
plain)
1
2
3
4
5
6
7
8
|
[frame-ancestors-nested-cross-in-cross-none-block.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, TIMEOUT]
[A 'frame-ancestors' CSP directive with a value 'none' should block rendering in nested frames.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
|