tor-browser

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

commit 53049c907623161e5d630df30c1daaf453e45832
parent ecd87ae4861db1e50fa51f3adc3e5c29ebe408b1
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Fri, 10 Oct 2025 02:40:55 +0000

Bug 1993646 [wpt PR 55345] - Update wpt metadata, a=testonly

wpt-pr: 55345
wpt-type: metadata

Diffstat:
Dtesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/horizontal/does-not-ascend-out-of-non-extending-focusgroup.html.ini | 3---
Mtesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/skips-root-focusgroup.html.ini | 3+++
Dtesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/vertical/does-not-ascend-out-of-non-extending-focusgroup.html.ini | 3---
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/deeply-nested-items.html.ini | 9+++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/mixed-content-navigation.html.ini | 9+++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/simple-descendant-test.html.ini | 3+++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/various-element-types.html.ini | 9+++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/wrapping-with-descendants.html.ini | 12++++++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/opt-out-barriers/complex-nested-opt-out.html.ini | 9+++++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/opt-out-barriers/none-creates-barriers.html.ini | 6++++++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/shadow/shadow-items-basic.html.ini | 3+++
Atesting/web-platform/meta/html/interaction/focus/focusgroup/tentative/shadow/shadow-nested-scope.html.ini | 3+++
12 files changed, 66 insertions(+), 6 deletions(-)

diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/horizontal/does-not-ascend-out-of-non-extending-focusgroup.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/horizontal/does-not-ascend-out-of-non-extending-focusgroup.html.ini @@ -1,3 +0,0 @@ -[does-not-ascend-out-of-non-extending-focusgroup.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/skips-root-focusgroup.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/skips-root-focusgroup.html.ini @@ -3,3 +3,6 @@ if (os == "android") and fission: [OK, TIMEOUT] [When the focus is set on the last item of a focusgroup and the previous item is located past an other (non-extending) focusgroup subtree, a backward arrow key press should move the focus to that previous item without getting stuck in the other focusgroup.] expected: FAIL + + [When the focus is set on the last item of a focusgroup and the previous item is located past an other focusgroup subtree, a backward arrow key press should move the focus to that previous item without getting stuck in the other focusgroup.] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/vertical/does-not-ascend-out-of-non-extending-focusgroup.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/backward-navigation/vertical/does-not-ascend-out-of-non-extending-focusgroup.html.ini @@ -1,3 +0,0 @@ -[does-not-ascend-out-of-non-extending-focusgroup.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/deeply-nested-items.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/deeply-nested-items.html.ini @@ -0,0 +1,9 @@ +[deeply-nested-items.html] + [Forward navigation should work with deeply nested focusgroup descendants] + expected: FAIL + + [Backward navigation should work with deeply nested focusgroup descendants] + expected: FAIL + + [Vertical navigation should work with nested descendants] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/mixed-content-navigation.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/mixed-content-navigation.html.ini @@ -0,0 +1,9 @@ +[mixed-content-navigation.html] + [Navigation should skip non-focusable descendants and only move between focusable items] + expected: FAIL + + [Backward navigation should skip non-focusable descendants] + expected: FAIL + + [Vertical navigation should work correctly with mixed focusable/non-focusable content] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/simple-descendant-test.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/simple-descendant-test.html.ini @@ -0,0 +1,3 @@ +[simple-descendant-test.html] + [Simple descendant navigation should work] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/various-element-types.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/various-element-types.html.ini @@ -0,0 +1,9 @@ +[various-element-types.html] + [Navigation should work with items in various container types] + expected: FAIL + + [Backward navigation should work with various container types] + expected: FAIL + + [Vertical navigation should work with various container types] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/wrapping-with-descendants.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/descendant-navigation/wrapping-with-descendants.html.ini @@ -0,0 +1,12 @@ +[wrapping-with-descendants.html] + [Forward wrapping should work from nested descendants to first item] + expected: FAIL + + [Backward wrapping should work from first item to nested descendants] + expected: FAIL + + [Normal navigation should still work correctly with nested items] + expected: FAIL + + [Vertical wrapping should work correctly with nested descendants] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/opt-out-barriers/complex-nested-opt-out.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/opt-out-barriers/complex-nested-opt-out.html.ini @@ -0,0 +1,9 @@ +[complex-nested-opt-out.html] + [Outer focusgroup navigation skips opted-out subtree] + expected: FAIL + + [Nested focusgroup inside opted-out subtree still works internally] + expected: FAIL + + [Backward outer navigation skips opted-out subtree] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/opt-out-barriers/none-creates-barriers.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/opt-out-barriers/none-creates-barriers.html.ini @@ -0,0 +1,6 @@ +[none-creates-barriers.html] + [Navigation should skip elements in opted-out focusgroup subtree] + expected: FAIL + + [Backward navigation should skip elements in opted-out focusgroup subtree] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/shadow/shadow-items-basic.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/shadow/shadow-items-basic.html.ini @@ -0,0 +1,3 @@ +[shadow-items-basic.html] + [Shadow host focusgroup scopes shadow root items for navigation] + expected: FAIL diff --git a/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/shadow/shadow-nested-scope.html.ini b/testing/web-platform/meta/html/interaction/focus/focusgroup/tentative/shadow/shadow-nested-scope.html.ini @@ -0,0 +1,3 @@ +[shadow-nested-scope.html] + [Nested shadow focusgroup is isolated from outer scope navigation] + expected: FAIL