Skip to content

Commit 3282776

Browse files
committed
Bug 1553897 [wpt PR 16978] - Change pointer id to differentiate from other pointer type, a=testonly
Automatic update from web-platform-tests Change pointer id to differentiate from other pointer type In WebDriver spec, we assume that the actions with the same id and type are the same, we should give the pointer actions of different source types a different id. Bug: 606367 Change-Id: I1d8f6a08ee8d98c4afd281f077e23067ad915ec3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1626960 Reviewed-by: Navid Zolghadr <nzolghadrchromium.org> Commit-Queue: Lan Wei <lanweichromium.org> Cr-Commit-Position: refs/heads/master{#663758} -- wp5At-commits: aa49c074c969f2cf54107a0d0e82b9b6ccdf2b0c wpt-pr: 16978 UltraBlame original commit: 3b5db3acfd3d944f0193b7de4551e2fc3ae462c0
1 parent 74e8c63 commit 3282776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/web-platform/tests/pointerevents/pointerevent_pointerout_pen.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h4>Test Description: This test checks if pointerout event triggers for pen. Pla
5151

5252
// Inject pen inputs.
5353
new test_driver.Actions()
54-
.addPointer("pointer1", "pen")
54+
.addPointer("PenPointer1", "pen")
5555
.pointerMove(0, 0, {origin: target0})
5656
.pointerMove(0, 0)
5757
.send();

0 commit comments

Comments
 (0)