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

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

Issue 1019273002: Revert "Tweaks layoutTests to use eventSender.setTouchPointRadius correctly" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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
10 ===Zoom 2X=== 12 ===Zoom 2X===
13 PASS radiusX is 2
14 PASS radiusY is 5
11 ===Zoom 0.5X=== 15 ===Zoom 0.5X===
16 PASS radiusX is 8
17 PASS radiusY is 20
12 PASS successfullyParsed is true 18 PASS successfullyParsed is true
13 19
14 TEST COMPLETE 20 TEST COMPLETE
15 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698