Source code
Revision control
Copy as Markdown
Other Tools
[sandbox-top-navigation-child-delivered-both.tentative.sub.window.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [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: [OK, TIMEOUT]
if (os == "linux") and not debug: [OK, TIMEOUT]
[A frame with both top navigation delivered sandbox flags uses the less restrictive one]
expected:
if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
if (os == "linux") and debug and fission: [PASS, TIMEOUT]
if (os == "mac") and debug: [PASS, TIMEOUT]
if (os == "linux") and not debug: [PASS, TIMEOUT]