diff options
Diffstat (limited to 'testing/web-platform/meta/fetch/metadata/embed.https.sub.tentative.html.ini')
-rw-r--r-- | testing/web-platform/meta/fetch/metadata/embed.https.sub.tentative.html.ini | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fetch/metadata/embed.https.sub.tentative.html.ini b/testing/web-platform/meta/fetch/metadata/embed.https.sub.tentative.html.ini new file mode 100644 index 0000000000..1f9801e592 --- /dev/null +++ b/testing/web-platform/meta/fetch/metadata/embed.https.sub.tentative.html.ini @@ -0,0 +1,44 @@ +[embed.https.sub.tentative.html] + expected: + if os == "linux": TIMEOUT + if os == "mac": TIMEOUT + if win10_2004: TIMEOUT + [Navigate to same-site embed: sec-fetch-dest] + expected: FAIL + + [Wrapper: Navigate to cross-site embed] + expected: + if os == "mac": NOTRUN + if os == "linux": NOTRUN + if win10_2004: NOTRUN + + [Wrapper: cross-site embed] + expected: + if os == "mac": NOTRUN + if os == "linux": NOTRUN + if win10_2004: NOTRUN + + [Wrapper: Navigate to same-site embed] + expected: + if os == "mac": NOTRUN + if os == "linux": NOTRUN + if win10_2004: NOTRUN + + [Navigate to cross-site embed: sec-fetch-dest] + expected: FAIL + + [Navigate to same-origin embed: sec-fetch-dest] + expected: FAIL + + [Wrapper: same-site embed] + expected: + if os == "mac": NOTRUN + if os == "linux": NOTRUN + if win10_2004: NOTRUN + + [Wrapper: Navigate to same-origin embed] + expected: + if os == "mac": TIMEOUT + if os == "linux": TIMEOUT + if win10_2004: TIMEOUT + |