diff options
Diffstat (limited to 'testing/web-platform/meta/feature-policy/experimental-features')
6 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/feature-policy/experimental-features/focus-without-user-activation-disabled-tentative.html.ini b/testing/web-platform/meta/feature-policy/experimental-features/focus-without-user-activation-disabled-tentative.html.ini new file mode 100644 index 0000000000..844eb6f30b --- /dev/null +++ b/testing/web-platform/meta/feature-policy/experimental-features/focus-without-user-activation-disabled-tentative.html.ini @@ -0,0 +1,4 @@ +[focus-without-user-activation-disabled-tentative.html] + [When the policy is disabled, 'autofocus' and scripted focus do not focus the document.] + expected: FAIL + diff --git a/testing/web-platform/meta/feature-policy/experimental-features/focus-without-user-activation-enabled-tentative.sub.html.ini b/testing/web-platform/meta/feature-policy/experimental-features/focus-without-user-activation-enabled-tentative.sub.html.ini new file mode 100644 index 0000000000..61cfadad66 --- /dev/null +++ b/testing/web-platform/meta/feature-policy/experimental-features/focus-without-user-activation-enabled-tentative.sub.html.ini @@ -0,0 +1,5 @@ +[focus-without-user-activation-enabled-tentative.sub.html] + expected: TIMEOUT + [When the policy is enabled, 'autofocus' and scripted focus do focus the document.] + expected: TIMEOUT + diff --git a/testing/web-platform/meta/feature-policy/experimental-features/trust-token-redemption-default-feature-policy.tentative.https.sub.html.ini b/testing/web-platform/meta/feature-policy/experimental-features/trust-token-redemption-default-feature-policy.tentative.https.sub.html.ini new file mode 100644 index 0000000000..341602001e --- /dev/null +++ b/testing/web-platform/meta/feature-policy/experimental-features/trust-token-redemption-default-feature-policy.tentative.https.sub.html.ini @@ -0,0 +1,13 @@ +[trust-token-redemption-default-feature-policy.tentative.https.sub.html] + expected: + if tsan: [OK, FAIL] + + [Default "trust-token-redemption" feature policy ["self"\] disallows cross-origin iframes.] + expected: FAIL + + [Default "trust-token-redemption" feature policy ["self"\] allows same-origin iframes.] + expected: FAIL + + [Default "trust-token-redemption" feature policy ["self"\] allows the top-level document.] + expected: FAIL + diff --git a/testing/web-platform/meta/feature-policy/experimental-features/trust-token-redemption-supported-by-feature-policy.tentative.html.ini b/testing/web-platform/meta/feature-policy/experimental-features/trust-token-redemption-supported-by-feature-policy.tentative.html.ini new file mode 100644 index 0000000000..ec3c91c3de --- /dev/null +++ b/testing/web-platform/meta/feature-policy/experimental-features/trust-token-redemption-supported-by-feature-policy.tentative.html.ini @@ -0,0 +1,6 @@ +[trust-token-redemption-supported-by-feature-policy.tentative.html] + disabled: + if tsan: https://bugzilla.mozilla.org/show_bug.cgi?1682723 + [document.featurePolicy.features should advertise trust token redemption.] + expected: FAIL + diff --git a/testing/web-platform/meta/feature-policy/experimental-features/vertical-scroll-disabled-scrollbar-tentative.html.ini b/testing/web-platform/meta/feature-policy/experimental-features/vertical-scroll-disabled-scrollbar-tentative.html.ini new file mode 100644 index 0000000000..7bf375b651 --- /dev/null +++ b/testing/web-platform/meta/feature-policy/experimental-features/vertical-scroll-disabled-scrollbar-tentative.html.ini @@ -0,0 +1,3 @@ +[vertical-scroll-disabled-scrollbar-tentative.html] + expected: + FAIL diff --git a/testing/web-platform/meta/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html.ini b/testing/web-platform/meta/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html.ini new file mode 100644 index 0000000000..5c7cef8a8f --- /dev/null +++ b/testing/web-platform/meta/feature-policy/experimental-features/vertical-scroll-scrollintoview.tentative.html.ini @@ -0,0 +1,5 @@ +[vertical-scroll-scrollintoview.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Calling 'scrollIntoView()' inside a <iframe> with 'vertical-scroll none;'will not propagate upwards.] + expected: FAIL |