Skip to content

Commit

Permalink
Clarify test for pointerrawupdate (#46951)
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn authored Jul 5, 2024
1 parent 29c9f52 commit 9394d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pointerevents/pointerevent_pointerrawupdate.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h4>Test Description: This test checks that pointerrawupdate is not dispatched o
<p>Press left button down and then press middle button while holding down left button. Then release the buttons</p>
<div id="target0"></div>
<script>
var test_pointerrawupdate = async_test("pointerrawupdate event received");
var test_pointerrawupdate = async_test("pointerrawupdate event not received");
var actions_promise;

var pointerrawupdateReceived = false;
Expand Down

0 comments on commit 9394d47

Please sign in to comment.