25 lines
898 B
INI
25 lines
898 B
INI
[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
|