Source code
Revision control
Copy as Markdown
Other Tools
[sandboxing-navigate-parent.html]
expected:
if (os_version == "24.04") and debug and not fission: [OK, ERROR]
if (os_version == "11.26100") and debug and (processor == "x86"): [OK, ERROR]
if (os_version == "11.26100") and not debug and (processor == "x86"): [OK, ERROR]
if (os_version == "14") and not debug: [OK, ERROR]
[A sandboxed iframe can use its sibling's navigation object to call navigate(), as long as allow-same-origin is present]
expected: FAIL