Source code
Revision control
Copy as Markdown
Other Tools
[frame-ancestors-path-ignored.window.html]
[A 'frame-ancestors' CSP directive with a URL that includes a path should be ignored.]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL]
if (os == "mac") and not debug: [PASS, FAIL]
if (os == "linux") and (processor == "x86"): [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
[FAIL, PASS]