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

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

Issue 1760183002: Fixed missing pointerTypes for touch events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed line-lengths, added a bug ref. Created 4 years, 9 months 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 f79c6dbeecfbdce82961c1971adcb9a91b3690cc..f26865571da2a03cdaffc67032112103f3bd0e3e 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
@@ -69,8 +69,7 @@ function init() {
}
shouldBeEqualToNumber("lastPointerEvent.pointerId", 1);
- // TODO(crbug.com/557817): linux_chromium_rel_ng fails here, sets to empty string.
- // shouldBeEqualToString("lastPointerEvent.pointerType", "mouse");
+ shouldBeEqualToString("lastPointerEvent.pointerType", "mouse");
shouldBeTrue("lastPointerEvent.isPrimary");
numericAttributes.forEach(function(attribute) {

Powered by Google App Engine
This is Rietveld 408576698