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

Unified Diff: third_party/WebKit/LayoutTests/plugins/transformed-events-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/transformed-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/plugins/transformed-events-expected.txt b/third_party/WebKit/LayoutTests/plugins/transformed-events-expected.txt
index 7f30a9b9858781c60a2590b4015ef219ac247800..c427a8dbcc718cb1b3894864cfc4014ab88b345f 100644
--- a/third_party/WebKit/LayoutTests/plugins/transformed-events-expected.txt
+++ b/third_party/WebKit/LayoutTests/plugins/transformed-events-expected.txt
@@ -5,27 +5,27 @@ Plugin received event: TouchMove
Plugin received event: TouchEnd
* 20.00, 15.00: Released
Plugin received event: MouseEnter
-* 10, 10
+* 10.00, 10.00
Plugin received event: MouseMove
-* 10, 10
+* 10.00, 10.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
Plugin received event: MouseMove
-* 10, 10
+* 10.00, 10.00
Plugin received event: MouseWheel
-* 10, 10
+* 10.00, 10.00
Plugin received event: GestureShowPress
* 10, 10
Plugin received event: GestureTap
* 10, 10
Plugin received event: MouseMove
-* 10, 10
+* 10.00, 10.00
Plugin received event: MouseDown
-* 10, 10
+* 10.00, 10.00
Plugin received event: MouseUp
-* 10, 10
+* 10.00, 10.00

Powered by Google App Engine
This is Rietveld 408576698