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) { |