diff options
Diffstat (limited to '')
-rw-r--r-- | testing/web-platform/meta/fenced-frame/get-nested-configs.https.html.ini | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fenced-frame/get-nested-configs.https.html.ini b/testing/web-platform/meta/fenced-frame/get-nested-configs.https.html.ini new file mode 100644 index 0000000000..a3b75e6f9d --- /dev/null +++ b/testing/web-platform/meta/fenced-frame/get-nested-configs.https.html.ini @@ -0,0 +1,24 @@ +[get-nested-configs.https.html] + [getNestedConfigs() created by FLEDGE should return configurations] + expected: FAIL + + [getNestedConfigs() from a fenced frame with the config from sharedStroage.selectURL() should be empty] + expected: FAIL + + [getNestedConfigs() from a fenced frame with the urn:uuid from sharedStroage.selectURL() should be empty] + expected: FAIL + + [getNestedConfigs() from a default mode frame should be empty] + expected: FAIL + + [getNestedConfigs() should work in a same-origin nested iframe] + expected: FAIL + + [Nested configs created by FLEDGE should be navigable by fenced frame] + expected: FAIL + + [Nested configs created by FLEDGE should be navigable by URN iframe] + expected: FAIL + + [Navigating an invalid config should be handled gracefully] + expected: FAIL |