tor-browser

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

commit ab7a3a3920f1185c328585a6bd01b0808cf4afcb
parent a6dfed51ef428ae4ac7cc9195d4d90dad3ef551a
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Mon,  5 Jan 2026 16:48:57 +0000

Bug 2008483 [wpt PR 56979] - Update wpt metadata, a=testonly

wpt-pr: 56979
wpt-type: metadata

Diffstat:
Mtesting/web-platform/meta/pointerevents/pointerevent_after_target_removed.html.ini | 8++++++++
Mtesting/web-platform/meta/pointerevents/pointerevent_boundary_events_modifier_no_pointer_movement.html.ini | 8++++++++
2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/pointerevents/pointerevent_after_target_removed.html.ini b/testing/web-platform/meta/pointerevents/pointerevent_after_target_removed.html.ini @@ -21,6 +21,14 @@ expected: if (os == "mac") and not debug: [PASS, FAIL] + [pointer events from mouse received before/after child removal at pointerdown] + expected: + if (os == "linux") and not fission: [PASS, FAIL] + + [mouse events from mouse received before/after child removal at mouseup] + expected: + if (os == "linux") and not fission: [PASS, FAIL] + [pointerevent_after_target_removed.html?touch] expected: diff --git a/testing/web-platform/meta/pointerevents/pointerevent_boundary_events_modifier_no_pointer_movement.html.ini b/testing/web-platform/meta/pointerevents/pointerevent_boundary_events_modifier_no_pointer_movement.html.ini @@ -9,6 +9,14 @@ expected: if (os == "linux") and not fission: [PASS, FAIL] + [Test shiftKey of pointer boundary events (modifiers are changed after move): shiftKey of pointerover should be true] + expected: + if (os == "linux") and not fission: [PASS, FAIL] + + [Test shiftKey of pointer boundary events (modifiers are changed after move): shiftKey of pointerout should be true] + expected: + if (os == "linux") and not fission: [PASS, FAIL] + [pointerevent_boundary_events_modifier_no_pointer_movement.html?Meta]