sandboxing-navigate-parent.html.ini (396B)
1 [sandboxing-navigate-parent.html] 2 expected: 3 if (os == "linux") and debug and not fission: [OK, ERROR] 4 if (os == "linux") and not debug and fission: [OK, ERROR] 5 if (os == "android") and not debug: [OK, ERROR] 6 if os == "win": [OK, ERROR] 7 [A sandboxed iframe can use its sibling's navigation object to call navigate(), as long as allow-same-origin is present] 8 expected: FAIL