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

Unified Diff: LayoutTests/fast/events/gesture-pinch-zoom-expected.txt

Issue 889803004: Add touchpad pinch zoom support to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update tests Created 5 years, 10 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: LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
diff --git a/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt b/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..70c6d318161edfaeb192030c01a59cb502d0897e
--- /dev/null
+++ b/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
@@ -0,0 +1,22 @@
+PASS window.innerWidth is 800
+PASS window.innerHeight is 600
+PASS gotWheelEvent is false
+PASS event.ctrlKey is true
+PASS event.deltaX is within 0.001 of 0
+PASS event.deltaY is within 0.001 of -40.54651081081644
+PASS event.x is within 0.001 of 50
+PASS event.y is within 0.001 of 40
+PASS window.innerWidth is 800
+PASS window.innerHeight is 600
+PASS window.scrollX is 0
+PASS window.scrollY is 0
+PASS gotWheelEvent is true
+PASS window.innerWidth is 400
+PASS window.innerHeight is 300
+PASS window.scrollX is 75
+PASS window.scrollY is 50
+PASS gotWheelEvent is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698