blob: 862c92679384dd29e8d985cfdc83020f57452e57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[fedcm-iframe.https.html]
expected:
if os == "linux": [OK, TIMEOUT]
[FedCM enabled in 2 level deep nested iframe. FedCM should be enabled regardless of iframe nesting depth]
expected: FAIL
[FedCM disabled in cross origin iframe without permissions policy]
expected: FAIL
[FedCM disabled in 2 level deep nested iframe where innermost iframe does not have permission policy]
expected:
if os == "linux": [FAIL, TIMEOUT]
FAIL
[FedCM disabled in 2 level deep nested iframe where middle iframe does not have permission policy]
expected: FAIL
|