Source code
Revision control
Copy as Markdown
Other Tools
[sandboxing-navigate-parent.html]
expected:
if (os == "linux") and fission and not asan and not debug and not tsan: [OK, ERROR]
if (os == "linux") and fission and asan: [OK, ERROR]
if (os == "linux") and not fission and debug: [OK, ERROR]
if (os == "android") and not debug: [OK, ERROR]
if os == "win": [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