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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 PASS window.innerWidth is 800
2 PASS window.innerHeight is 600
3 PASS gotWheelEvent is false
4 PASS event.ctrlKey is true
5 PASS window.innerWidth is 800
6 PASS window.innerHeight is 600
7 PASS window.scrollX is 0
8 PASS window.scrollY is 0
9 PASS gotWheelEvent is true
10 PASS window.innerWidth is 400
11 PASS window.innerHeight is 300
12 PASS window.scrollX is 75
13 PASS window.scrollY is 50
14 PASS gotWheelEvent is false
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698