Source code

Revision control

Copy as Markdown

Other Tools

[sandbox-top-navigation-cross-origin-escalate.tentative.sub.window.html]
expected:
if (os == "linux") and fission and debug and swgl: [OK, TIMEOUT]
if (os == "linux") and fission and debug and not swgl: [OK, TIMEOUT]
if (os == "linux") and fission and not debug: [OK, TIMEOUT]
if (os == "linux") and not fission and debug and not swgl: [OK, CRASH]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and swgl: [OK, CRASH]
if (os == "win") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT]
[A cross origin unsandboxed frame can't escalate privileges in a child frame]
expected:
if (os == "linux") and fission and debug and swgl: [FAIL, TIMEOUT]
if (os == "linux") and fission and debug and not swgl: [FAIL, TIMEOUT]
if (os == "linux") and fission and not debug: [FAIL, TIMEOUT]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
if fission and (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT]
FAIL