blob: 37dbc514ee45246ff0df051055f762ababaa0654 (
plain)
1
2
3
4
5
6
7
8
9
|
[href-location-blocked.sub.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Violation report status OK.]
expected:
if (os == "android") and debug and not swgl and not fission: [PASS, FAIL]
if (os == "android") and debug and not swgl and fission: [PASS, FAIL]
if (os == "android") and debug and swgl: [PASS, FAIL]
if (os == "android") and not debug: [PASS, FAIL]
|