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

Side by Side Diff: LayoutTests/touchadjustment/rotated-node-expected.txt

Issue 338543003: Gesture event hit test refactoring and reduction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix release build Created 6 years, 5 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
« no previous file with comments | « LayoutTests/touchadjustment/rotated-node.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test touch adjustment to a non-rectilinear element. 1 Test touch adjustment to a non-rectilinear element.
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 Direct Touches 6 Direct Touches
7 PASS adjusted node was DIV#rotated. 7 PASS adjusted node was DIV#rotated.
8 PASS adjusted node was DIV#rotated. 8 PASS adjusted node was DIV#rotated.
9 PASS adjusted node was DIV#rotated. 9 PASS adjusted node was DIV#rotated.
10 PASS adjusted node was DIV#rotated. 10 PASS adjusted node was DIV#rotated.
11 PASS adjusted node was DIV#rotated. 11 PASS adjusted node was DIV#rotated.
12 PASS adjusted node was DIV#container. 12 PASS adjusted node was DIV#container.
13 PASS adjusted node was DIV#container. 13 PASS adjusted node was DIV#container.
14 PASS adjusted node was DIV#container. 14 PASS adjusted node was DIV#container.
15 15
16 Adjusted Touches 16 Adjusted Touches
17 PASS adjusted node was DIV#rotated. 17 PASS adjusted node was DIV#rotated.
18 PASS adjusted node was DIV#rotated. 18 PASS adjusted node was DIV#rotated.
19 19
20 Near Misses 20 Near Misses
21 PASS adjusted node was DIV#container. 21 PASS adjusted node was DIV#container.
22 PASS adjusted node was DIV#container. 22 PASS adjusted node was DIV#container.
23 23
24 Adjusted point within bounds 24 Adjusted point within bounds
25 PASS adjusted point was within (0,-20)x(40,40) 25 PASS adjusted point was within (0,-20)x(41,41)
26 PASS adjusted point was within (40,40)x(40,40) 26 PASS adjusted point was within (40,40)x(40,40)
27 PASS adjusted point was within (-40,40)x(80,40) 27 PASS adjusted point was within (-40,40)x(80,40)
28 PASS adjusted point was within (50,-20)x(40,80) 28 PASS adjusted point was within (50,-20)x(40,80)
29 PASS successfullyParsed is true 29 PASS successfullyParsed is true
30 30
31 TEST COMPLETE 31 TEST COMPLETE
32 32
OLDNEW
« no previous file with comments | « LayoutTests/touchadjustment/rotated-node.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698