blob: a525d0142e16665ff080de974f3146332a0d2369 (
plain)
1
2
3
4
5
6
7
8
|
[sandbox-top-navigation-child-unsandboxed.tentative.sub.window.html]
expected:
if (os == "android") and debug and not swgl: [OK, CRASH]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "android") and swgl: [OK, CRASH]
[A same-origin unsandboxed frame can navigate top]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|