commit a154bfa00a280d2f81bc2e71ebcb915e2287ff5f parent ad764d84b13d4e4408b1527dffaeed0d76a02af7 Author: Chris Cuellar <58723+ChrisC@users.noreply.github.com> Date: Thu, 27 Nov 2025 15:26:47 +0000 Bug 2001505 [wpt PR 56170] - maps "window-controls-overlay" web feature, a=testonly Automatic update from web-platform-tests maps window-controls-overlay (#56170) Feature: window-controls-overlay Reference: https://github.com/web-platform-dx/web-features/blob/main/features/window-controls-overlay.yml Note: The `display_override: ["window-controls-overlay"]` web application manifest member enables progressive web apps to extend their content into the title bar area on desktop devices. This feature includes the Navigator.windowControlsOverlay API and CSS environment variables for titlebar area positioning. Results: - Total matches found: 54 - Filtered: 4 files WEB_FEATURES.yml files created: ✅ appmanifest/display-override-member/WEB_FEATURES.yml - Display override tests (3 files) using '*window-controls-overlay*' pattern WEB_FEATURES.yml files updated: ✅ html/webappapis/system-state-and-capabilities/the-navigator-object/WEB_FEATURES.yml - Navigator API test (1 file) Excluded (6 files): ❌ css/mediaqueries/display-mode.tentative.html - Tests display-mode media query parsing, not WCO feature specifically (1 file) -- wpt-commits: 50d39f366948f8cd48716b1490bd9b51cbfaab11 wpt-pr: 56170 Diffstat:
2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/appmanifest/display-override-member/WEB_FEATURES.yml b/testing/web-platform/tests/appmanifest/display-override-member/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: window-controls-overlay + files: + - '*window-controls-overlay*' diff --git a/testing/web-platform/tests/html/webappapis/system-state-and-capabilities/the-navigator-object/WEB_FEATURES.yml b/testing/web-platform/tests/html/webappapis/system-state-and-capabilities/the-navigator-object/WEB_FEATURES.yml @@ -9,3 +9,6 @@ features: - name: registerprotocolhandler files: - protocol-* +- name: window-controls-overlay + files: + - navigator-window-controls-overlay.tentative.html