blob: ca43bb507ac07296f165f153f25169db4ccd5b99 (
plain)
1
2
3
4
5
6
7
8
|
[frame-ancestors-nested-same-in-same-url-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 URL value should block or allow rendering in nested frames as appropriate.]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
if (os == "android") and not debug: [PASS, NOTRUN]
|