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

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: 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 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 event.deltaX is within 0.001 of 0
6 PASS event.deltaY is within 0.001 of -40.54651081081644
7 PASS event.x is within 0.001 of 50
8 PASS event.y is within 0.001 of 40
9 PASS window.innerWidth is 800
10 PASS window.innerHeight is 600
11 PASS window.scrollX is 0
12 PASS window.scrollY is 0
13 PASS gotWheelEvent is true
14 PASS window.innerWidth is 400
15 PASS window.innerHeight is 300
16 PASS window.scrollX is 75
17 PASS window.scrollY is 50
18 PASS gotWheelEvent is false
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698