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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_constructor.html

Issue 2020083002: Import wpt@1b61dad2be6c5100beb565e91c58b8c1084b3c7d (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing tests Created 4 years, 6 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/imported/wpt/pointerevents/pointerevent_constructor.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_constructor.html b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_constructor.html
index eaf1d792832c488e7026e407d09de48ef1c33957..bf883bdebb5ac7cb7b7587567d72a71efd87cd3c 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_constructor.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/pointerevents/pointerevent_constructor.html
@@ -57,8 +57,8 @@
generate_tests(assert_equals, [
["default pointerId", event.pointerId, 0],
["default pointerType", event.pointerType, ""],
- ["default width", event.width, 0],
- ["default height", event.height, 0],
+ ["default width", event.width, 1],
+ ["default height", event.height, 1],
["default tiltX", event.tiltX, 0],
["default tiltY", event.tiltY, 0],
["default pressure", event.pressure, 0],

Powered by Google App Engine
This is Rietveld 408576698