diff --git a/testing/web-platform/tests/feature-policy/feature-policy-for-sandbox/resources/helper.js b/testing/web-platform/tests/feature-policy/feature-policy-for-sandbox/resources/helper.js index 7530cf881c8f8..a9ad0e032a867 100644 --- a/testing/web-platform/tests/feature-policy/feature-policy-for-sandbox/resources/helper.js +++ b/testing/web-platform/tests/feature-policy/feature-policy-for-sandbox/resources/helper.js @@ -7,8 +7,8 @@ const ignore_features_for_auxilary_context = ["popups", "scripts"]; const sandbox_features = [ - "forms", "modals", "orientation-lock", "pointer-lock", "popups", - "presentation", "scripts", "top-navigation"]; + "downloads-without-user-activation", "forms", "modals", "orientation-lock", + "pointer-lock", "popups", "presentation", "scripts", "top-navigation"];