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

Side by Side Diff: LayoutTests/fast/events/touch/compositor-touch-hit-rects-expected.txt

Issue 148423004: Only report bounding box touch hit rect for non-composited scroll layers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test description Created 6 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 | Annotate | Revision Log
OLDNEW
1 This tests verifies the hit test regions given to the compositor. It can only be run in DumpRenderTree. The outputted rects should cover the hit test regions of all the listed elements. Enable visualize mode to quickly validate graphically. 1 This tests verifies the hit test regions given to the compositor. It can only be run in DumpRenderTree. The outputted rects should cover the hit test regions of all the listed elements. Enable visualize mode to quickly validate graphically.
2 2
3 normalFlow: #document (13, 128, 290, 12) 3 normalFlow: #document (13, 128, 290, 12)
4 4
5 inlineOverflow: #document (13, 145, 152, 12) 5 inlineOverflow: #document (13, 145, 152, 12)
6 inlineOverflow: #document (13, 157, 42, 10) 6 inlineOverflow: #document (13, 157, 42, 10)
7 7
8 absoluteChildContainer: #document (13, 172, 290, 12) 8 absoluteChildContainer: #document (13, 172, 290, 12)
9 absoluteChildContainer: #document (320, 173, 142, 12) 9 absoluteChildContainer: #document (320, 173, 142, 12)
10 10
(...skipping 20 matching lines...) Expand all
31 continuation: #document (13, 361, 133, 11) 31 continuation: #document (13, 361, 133, 11)
32 32
33 inlineAbsoluteChildContainer: #document (13, 375, 262, 12) 33 inlineAbsoluteChildContainer: #document (13, 375, 262, 12)
34 inlineAbsoluteChildContainer: #document (320, 376, 252, 12) 34 inlineAbsoluteChildContainer: #document (320, 376, 252, 12)
35 35
36 list: #document (13, 396, 290, 14) 36 list: #document (13, 396, 290, 14)
37 list: #document (341, 397, 261, 12) 37 list: #document (341, 397, 261, 12)
38 38
39 styleModified: #document (13, 420, 290, 22) 39 styleModified: #document (13, 420, 290, 22)
40 40
41 scrollContent: #document (14, 461, 273, 12) 41 containsSvg: #document (13, 447, 290, 16)
42 42
43 containsSvg: #document (13, 477, 290, 16) 43 svgline: #document (13, 468, 100, 10)
44 44
45 svgline: #document (13, 498, 100, 10) 45 tablecell: #document (45, 501, 32, 11)
46
47 tablecell: #document (45, 531, 32, 11)
48 46
49 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698