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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/gesture-pinch-zoom-expected.txt

Issue 1424593002: Update layout tests to use internals.visualViewport APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo delete test that depends on "inert-visual-viewport" flag Created 5 years, 1 month 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
1 PASS window.innerWidth is 800 1 PASS window.innerWidth is 800
2 PASS window.innerHeight is 600 2 PASS window.innerHeight is 600
3 PASS gotWheelEvent is false 3 PASS gotWheelEvent is false
4 PASS event.ctrlKey is true 4 PASS event.ctrlKey is true
5 PASS event.deltaX is within 0.001 of 0 5 PASS event.deltaX is within 0.001 of 0
6 PASS event.deltaY is within 0.001 of -40.54651081081644 6 PASS event.deltaY is within 0.001 of -40.54651081081644
7 PASS event.x is within 0.001 of 50 7 PASS event.x is within 0.001 of 50
8 PASS event.y is within 0.001 of 40 8 PASS event.y is within 0.001 of 40
9 PASS window.innerWidth is 800 9 PASS window.innerWidth is 800
10 PASS window.innerHeight is 600 10 PASS window.innerHeight is 600
11 PASS window.scrollX is 0 11 PASS window.scrollX is 0
12 PASS window.scrollY is 0 12 PASS window.scrollY is 0
13 PASS gotWheelEvent is true 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 14 PASS gotWheelEvent is false
15 PASS internals.visualViewportWidth() is 400
16 PASS internals.visualViewportHeight() is 300
17 PASS internals.visualViewportScrollX() is 75
18 PASS internals.visualViewportScrollY() is 50
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698