blob: 5a1c1296aa1b0c22f84affd507bd41ea338f4a61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[fedcm-iframe.https.html]
disabled:
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
expected:
if os == "mac": [TIMEOUT, OK, CRASH]
[OK, TIMEOUT]
[FedCM enabled in 2 level deep nested iframe. FedCM should be enabled regardless of iframe nesting depth]
expected: FAIL
[FedCM disabled in 2 level deep nested iframe where innermost iframe does not have permission policy]
expected:
if os == "mac": [PASS, TIMEOUT]
[PASS, NOTRUN]
[FedCM disabled in 2 level deep nested iframe where middle iframe does not have permission policy]
expected:
if os == "win": [PASS, TIMEOUT]
[FedCM should work in non-HTTPS URLs on localhost]
expected:
if os == "mac": [TIMEOUT, FAIL, NOTRUN]
[FAIL, TIMEOUT]
[FedCM enabled in invisible iframe. FedCM should be enabled as long as the top frame is visible]
expected: FAIL
|