diff options
Diffstat (limited to 'testing/web-platform/meta/fenced-frame/sandbox-mandatory-flags.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/fenced-frame/sandbox-mandatory-flags.https.html.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fenced-frame/sandbox-mandatory-flags.https.html.ini b/testing/web-platform/meta/fenced-frame/sandbox-mandatory-flags.https.html.ini new file mode 100644 index 0000000000..08249305de --- /dev/null +++ b/testing/web-platform/meta/fenced-frame/sandbox-mandatory-flags.https.html.ini @@ -0,0 +1,16 @@ +[sandbox-mandatory-flags.https.html] + expected: + if (os == "win") and debug: [TIMEOUT, CRASH] + if (os == "linux") and debug: [TIMEOUT, CRASH] + TIMEOUT + [Sandboxed Iframe with mandatory flags can load a fenced frame.] + expected: TIMEOUT + + [Sandboxed Iframe without one of mandatory flag must fail to load a fenced frame.] + expected: NOTRUN + + [Nested sandboxed iframe without one of mandatory flag must fail to load afenced frame even when the inner nested sandboxed iframe has all mandatory allow- flags.] + expected: NOTRUN + + [navigator.canLoadAdAuctionFencedFrame considers mandatory sandbox flags] + expected: NOTRUN |