tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 039542e01acd40ee6036e85997af7beaf1590c23
parent 0589ea25800788c7dafb4cb7dcb61c3ae535b8a4
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Tue,  9 Dec 2025 05:00:00 +0000

Bug 2004831 [wpt PR 56582] - Update wpt metadata, a=testonly

wpt-pr: 56582
wpt-type: metadata

Diffstat:
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/basic-tab-behavior.html.ini | 9+++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/dynamic-changes.html.ini | 3+++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/focusgroup-segments.html.ini | 12++++++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/guaranteed-tab-stop-priority.html.ini | 9+++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/memory-behavior.html.ini | 15+++++++++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/nested-focusgroups.html.ini | 6++++++
6 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/basic-tab-behavior.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/basic-tab-behavior.html.ini @@ -0,0 +1,9 @@ +[basic-tab-behavior.html] + [Tab enters focusgroup at first item in tree order and exits normally] + expected: FAIL + + [Shift+Tab enters focusgroup at first item in tree order and exits normally] + expected: FAIL + + [Arrow key navigation continues to work normally within focusgroup] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/dynamic-changes.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/dynamic-changes.html.ini @@ -0,0 +1,3 @@ +[dynamic-changes.html] + [Dynamic focusgroup-entry-priority changes affect entry element selection] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/focusgroup-segments.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/focusgroup-segments.html.ini @@ -0,0 +1,12 @@ +[focusgroup-segments.html] + [Tab navigation through focusgroup segments - forward direction] + expected: FAIL + + [Shift+Tab navigation through focusgroup segments - backward direction] + expected: FAIL + + [Arrow key navigation treats opted-out elements as if they don't exist] + expected: FAIL + + [Complex nested opt-out creates proper focusgroup segments] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/guaranteed-tab-stop-priority.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/guaranteed-tab-stop-priority.html.ini @@ -0,0 +1,9 @@ +[guaranteed-tab-stop-priority.html] + [Element with focusgroup-entry-priority is selected as entry element] + expected: FAIL + + [focusgroup-entry-priority works with natively focusable elements] + expected: FAIL + + [Reverse navigation uses same priority algorithm] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/memory-behavior.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/memory-behavior.html.ini @@ -0,0 +1,15 @@ +[memory-behavior.html] + [Focusgroup with memory remembers last focused item on re-entry] + expected: FAIL + + [Focusgroup with no-memory does not remember last focused item] + expected: FAIL + + [Memory behavior with focusgroup segments remembers per-segment] + expected: FAIL + + [Memory works correctly for first focusgroup segment] + expected: FAIL + + [Last focused item is updated by arrow key navigation] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/nested-focusgroups.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/sequential-navigation/nested-focusgroups.html.ini @@ -0,0 +1,6 @@ +[nested-focusgroups.html] + [Forward Tab navigation through nested focusgroups] + expected: FAIL + + [Reverse Shift+Tab navigation through nested focusgroups] + expected: FAIL