diff options
Diffstat (limited to 'testing/web-platform/meta/credential-management/fedcm-iframe.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/credential-management/fedcm-iframe.https.html.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/credential-management/fedcm-iframe.https.html.ini b/testing/web-platform/meta/credential-management/fedcm-iframe.https.html.ini new file mode 100644 index 0000000000..862c926793 --- /dev/null +++ b/testing/web-platform/meta/credential-management/fedcm-iframe.https.html.ini @@ -0,0 +1,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 |