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

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: Add 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..5d7af1f3dcb137ceb3e158e1b87bc6fdcc8854c1
--- /dev/null
+++ b/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt
@@ -0,0 +1,18 @@
+PASS window.innerWidth is 800
+PASS window.innerHeight is 600
+PASS gotWheelEvent is false
+PASS event.ctrlKey is true
+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