blob: a6edb929736a9ad8bddd240fbdfb7b069ec4ac0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[popup-soap.https.html]
expected:
if (os == "android") and not swgl and not debug: [OK, TIMEOUT]
if (os == "android") and not swgl and debug: [OK, TIMEOUT]
[SAME_ORIGIN popup with coop restrict-properties]
expected: FAIL
[SAME_SITE popup with coop restrict-properties]
expected: FAIL
[CROSS_ORIGIN popup with coop restrict-properties]
expected: FAIL
|