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