32 lines
1.4 KiB
INI
32 lines
1.4 KiB
INI
[fedcm-iframe.https.html]
|
|
prefs: [dom.security.credentialmanagement.identity.enabled:true]
|
|
disabled:
|
|
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
|
|
expected:
|
|
if (os == "mac") and (version == "OS X 14.7.1"): [TIMEOUT, OK, CRASH]
|
|
if (os == "mac") and (version == "OS X 14.7"): [OK, TIMEOUT, CRASH]
|
|
[OK, TIMEOUT]
|
|
[FedCM enabled in 2 level deep nested iframe. FedCM should be enabled regardless of iframe nesting depth]
|
|
expected: FAIL
|
|
|
|
[FedCM enabled in invisible iframe. FedCM should be enabled as long as the top frame is visible]
|
|
expected:
|
|
if (os == "mac") and (version == "OS X 14.7.1"): [FAIL, TIMEOUT]
|
|
FAIL
|
|
|
|
[FedCM disabled in 2 level deep nested iframe where middle iframe does not have permission policy]
|
|
expected:
|
|
if (os == "mac") and (version == "OS X 14.7.1"): [PASS, NOTRUN, TIMEOUT]
|
|
if os == "win": [PASS, TIMEOUT]
|
|
|
|
[FedCM disabled in 2 level deep nested iframe where innermost iframe does not have permission policy]
|
|
expected:
|
|
if (os == "mac") and (version == "OS X 14.7.1"): [PASS, NOTRUN, TIMEOUT]
|
|
if (os == "mac") and (version == "OS X 14.7"): [PASS, TIMEOUT, NOTRUN]
|
|
[PASS, NOTRUN]
|
|
|
|
[FedCM should work in non-HTTPS URLs on localhost]
|
|
expected:
|
|
if (os == "mac") and (version == "OS X 14.7.1"): [TIMEOUT, NOTRUN, FAIL]
|
|
if (os == "mac") and (version == "OS X 14.7"): [FAIL, TIMEOUT, NOTRUN]
|
|
[FAIL, TIMEOUT]
|