Source code

Revision control

Copy as Markdown

Other Tools

[sandbox-top-navigation-child-delivered.tentative.sub.window.html]
expected:
if (os == "linux") and not fission and debug and not swgl: [OK, CRASH]
if (os == "win") and swgl: [OK, TIMEOUT]
if (os == "linux") and fission and debug and not swgl: [OK, TIMEOUT]
if (os == "win") and not swgl and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and (processor == "x86_64") and debug and not swgl: [OK, CRASH]
[A same-origin frame with delivered sandbox flags can navigate top]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
if (os == "linux") and fission and debug and not swgl: [PASS, TIMEOUT]
if not debug and (os == "win") and (processor == "x86_64"): [PASS, TIMEOUT]