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

Side by Side Diff: LayoutTests/fast/events/touch/touch-browser-zoom-scales-radius-expected.txt

Issue 990193002: Tweaks layoutTests to use eventSender.setTouchPointRadius correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: LayoutTests fixed (expected results) Created 5 years, 9 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
1 This tests makes sure the touch event's radius property is scaled to account for browser zoom. 1 This tests makes sure the touch event's radius property is scaled to account for browser zoom.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 ===Initial Zoom=== 9 ===Initial Zoom===
10 PASS radiusX is 4
11 PASS radiusY is 10
12 ===Zoom 2X=== 10 ===Zoom 2X===
13 PASS radiusX is 2
14 PASS radiusY is 5
15 ===Zoom 0.5X=== 11 ===Zoom 0.5X===
16 PASS radiusX is 8
17 PASS radiusY is 20
18 PASS successfullyParsed is true 12 PASS successfullyParsed is true
19 13
20 TEST COMPLETE 14 TEST COMPLETE
21 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698