blob: 69decb5e51bfab139f557fe1d05b9391c49b82d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[link-click-blocked.sub.html]
expected:
if fission and (os == "linux") and not debug: [OK, TIMEOUT]
if fission and (os == "android"): [OK, TIMEOUT]
[Test that the child iframe navigation is not allowed]
expected:
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
[Violation report status OK.]
expected:
if (os == "linux") and not debug and fission: [PASS, FAIL]
|