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

Unified Diff: third_party/WebKit/LayoutTests/plugins/touch-events-synthesized-expected.txt

Issue 2782893002: WebMouseEvent coordinates are now fractional & private (Closed)
Patch Set: Rebased, fixed a comment in web_input_event_builders_mac.mm Created 3 years, 8 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/plugins/touch-events-synthesized-expected.txt
diff --git a/third_party/WebKit/LayoutTests/plugins/touch-events-synthesized-expected.txt b/third_party/WebKit/LayoutTests/plugins/touch-events-synthesized-expected.txt
index 4648e4d9bd77c8fc7f8f773fcc1bc9bff684dcbd..971d6046ba32837b40910058d9a099b69c575b26 100644
--- a/third_party/WebKit/LayoutTests/plugins/touch-events-synthesized-expected.txt
+++ b/third_party/WebKit/LayoutTests/plugins/touch-events-synthesized-expected.txt
@@ -1,19 +1,19 @@
Plugin received event: MouseDown
-* 10, 10
+* 10.00, 10.00
Plugin received event: MouseMove
-* 20, 15
+* 20.00, 15.00
Plugin received event: MouseUp
-* 20, 15
+* 20.00, 15.00
Plugin received event: MouseDown
-* 8, 8
+* 8.00, 8.00
Plugin received event: MouseMove
-* 18, 13
+* 18.00, 13.00
Plugin received event: MouseUp
-* 18, 13
+* 18.00, 13.00
Plugin received event: MouseDown
-* 10, 10
+* 10.00, 10.00
Plugin received event: MouseMove
-* 20, 15
+* 20.00, 15.00
Plugin received event: MouseUp
-* 20, 15
+* 20.00, 15.00
« no previous file with comments | « content/shell/test_runner/test_plugin.cc ('k') | third_party/WebKit/LayoutTests/plugins/transformed-events-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698