Source code

Revision control

Copy as Markdown

Other Tools

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