tor-browser

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

commit 88d477aed09a620620fa63cc24ffc32a92df4cf5
parent d279498c24fbdda0662e5fff9105de4b725c0264
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Tue,  9 Dec 2025 20:07:40 +0000

Bug 2005035 [wpt PR 56612] - Update wpt metadata, a=testonly

wpt-pr: 56612
wpt-type: metadata

Diffstat:
Atesting/web-platform/meta/html/semantics/forms/the-select-element/customizable-select/select-click-picker-light-dismiss.tentative.html.ini | 3+++
Mtesting/web-platform/meta/html/semantics/forms/the-select-element/customizable-select/select-events-2.optional.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-light-dismiss-touch.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/popovers/light-dismiss-event-ordering.tentative.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/popovers/light-dismiss-remove-target.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/popovers/popover-light-dismiss-contextmenu.html.ini | 3+++
Atesting/web-platform/meta/html/semantics/popovers/popover-light-dismiss-touch-scroll.html.ini | 3+++
7 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/customizable-select/select-click-picker-light-dismiss.tentative.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/customizable-select/select-click-picker-light-dismiss.tentative.html.ini @@ -0,0 +1,3 @@ +[select-click-picker-light-dismiss.tentative.html] + [Clicking directly on ::picker(select) should not trigger light dismiss.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/forms/the-select-element/customizable-select/select-events-2.optional.html.ini b/testing/web-platform/meta/html/semantics/forms/the-select-element/customizable-select/select-events-2.optional.html.ini @@ -2,6 +2,8 @@ [Listbox controller code should not run if the mousedown event is preventDefaulted.] expected: if os == "android": FAIL + if (os == "win") and debug and (processor == "x86"): [PASS, FAIL] + if (os == "linux") and debug and fission: [PASS, FAIL] [<select> should fire input and change events when new option is selected.] expected: FAIL @@ -9,6 +11,7 @@ [<select> should not fire input and change events when new selected option has the same value as the old.] expected: if os == "android": FAIL + if (os == "linux") and debug and fission: [FAIL, PASS] [<select> should fire input and change events when option in listbox is clicked] expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-light-dismiss-touch.html.ini b/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/dialog-light-dismiss-touch.html.ini @@ -0,0 +1,3 @@ +[dialog-light-dismiss-touch.html] + [Dialog light dismiss should work with touch and not trigger a click event.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/light-dismiss-event-ordering.tentative.html.ini b/testing/web-platform/meta/html/semantics/popovers/light-dismiss-event-ordering.tentative.html.ini @@ -0,0 +1,3 @@ +[light-dismiss-event-ordering.tentative.html] + [Tests the order of pointer/mouse events during popover light dismiss.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/light-dismiss-remove-target.html.ini b/testing/web-platform/meta/html/semantics/popovers/light-dismiss-remove-target.html.ini @@ -0,0 +1,3 @@ +[light-dismiss-remove-target.html] + [Light dismiss should still happen if the clicked element is removed during pointerdown.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-contextmenu.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-contextmenu.html.ini @@ -0,0 +1,3 @@ +[popover-light-dismiss-contextmenu.html] + [Popovers should not be light dismissed during contextmenu event.] + expected: FAIL diff --git a/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-touch-scroll.html.ini b/testing/web-platform/meta/html/semantics/popovers/popover-light-dismiss-touch-scroll.html.ini @@ -0,0 +1,3 @@ +[popover-light-dismiss-touch-scroll.html] + [Popovers should not be light dismissed when scrolling via touch.] + expected: FAIL