Skip to content

Commit

Permalink
Bug 1859053 [wpt PR 42538] - Stop logging mousemove events in mousemo…
Browse files Browse the repository at this point in the history
…ve_prevent_default_action.ten…, a=testonly

Automatic update from web-platform-tests
Stop logging mousemove events in mousemove_prevent_default_action.tentative.html (#42538)

Fix web-platform-tests/interop#396.
--

wpt-commits: 4ab37a2aa733a03162ce2d5e3782d5da7940c330
wpt-pr: 42538

UltraBlame original commit: ca7528f44e8db3905bafd006cbfe3dc3d95a0625
  • Loading branch information
marco-c committed Oct 30, 2023
1 parent c4223dc commit 77f05bc
Showing 1 changed file with 0 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,16 +290,6 @@
"
mousemove
"
logEvents
)
;
document
.
addEventListener
(
"
mousemove
"
e
=
>
Expand Down Expand Up @@ -455,18 +445,12 @@
=
[
"
mousemove
"
"
mousedown
"
"
selectionchange
"
"
mousemove
"
"
selectionchange
"
]
Expand Down Expand Up @@ -688,15 +672,9 @@
=
[
"
mousemove
"
"
mousedown
"
"
mousemove
"
"
dragstart
"
]
Expand Down

0 comments on commit 77f05bc

Please sign in to comment.