diff options
Diffstat (limited to 'testing/web-platform/meta/fenced-frame/ancestor-throttle.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/fenced-frame/ancestor-throttle.https.html.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fenced-frame/ancestor-throttle.https.html.ini b/testing/web-platform/meta/fenced-frame/ancestor-throttle.https.html.ini new file mode 100644 index 0000000000..823e2c2c9a --- /dev/null +++ b/testing/web-platform/meta/fenced-frame/ancestor-throttle.https.html.ini @@ -0,0 +1,18 @@ +[ancestor-throttle.https.html] + [root(origin1)->fenced(origin2)->iframe(origin1) should honor CSP frame-ancestors headers up until the fenced frame root] + expected: FAIL + + [root(origin1)->fenced(origin2)->iframe(origin1) should honor XFO SAMEORIGIN headers up until the fenced frame root] + expected: FAIL + + [root(origin1)->fenced(origin2)->iframe(origin2) should honor CSP frame-ancestors headers up until the fenced frame root] + expected: FAIL + + [root(origin1)->fenced(origin2)->iframe(origin2) should honor XFO SAMEORIGIN headers up until the fenced frame root] + expected: FAIL + + [root(origin1)->fenced(origin1)->iframe(origin2)->iframe(origin2) should honor CSP frame-ancestors headers up until the fenced frame root] + expected: FAIL + + [root(origin1)->fenced(origin1)->iframe(origin2)->iframe(origin2) should honor XFO SAMEORIGIN headers up until the fenced frame root] + expected: FAIL |