Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties.html

Issue 1426643008: Cleaning up PointerIdManager and add id re-mapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix EXPECT_EQ compilation error on Android Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties.html b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties.html
index 06cb268a5b317848a65dd00709b0d9726ecd82cb..c463150f77b96f16b9010cc6d5b748714533dcf0 100644
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties.html
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/mouse-pointer-event-properties.html
@@ -67,7 +67,7 @@ function init() {
shouldBeTrue("lastPointerEvent.cancelable");
}
- shouldBeEqualToNumber("lastPointerEvent.pointerId", 0);
+ shouldBeEqualToNumber("lastPointerEvent.pointerId", 1);
// TODO(crbug.com/557817): linux_chromium_rel_ng fails here, sets to empty string.
// shouldBeEqualToString("lastPointerEvent.pointerType", "mouse");
shouldBeTrue("lastPointerEvent.isPrimary");

Powered by Google App Engine
This is Rietveld 408576698