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

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

Issue 11635024: Merge 137939 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 8 years 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 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. 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.
2 2
3 normalFlow[0]: (8, 72, 784, 10) 3 normalFlow[0]: (8, 72, 784, 10)
4 normalFlow[1]: (8, 72, 784, 10) 4 normalFlow[1]: (8, 72, 784, 10)
5 normalFlow[2]: (128, 72, 30, 10) 5 normalFlow[2]: (128, 72, 30, 10)
6 normalFlow[3]: (8, 72, 784, 10) 6 normalFlow[3]: (8, 72, 784, 10)
7 absoluteChildContainer[0]: (8, 162, 784, 10) 7 absoluteChildContainer[0]: (8, 162, 784, 10)
8 absoluteChildContainer[1]: (8, 162, 784, 10) 8 absoluteChildContainer[1]: (8, 162, 784, 10)
9 absoluteChildContainer[2]: (8, 162, 784, 10) 9 absoluteChildContainer[2]: (8, 162, 784, 10)
10 absoluteChildContainer[3]: (118, 300, 140, 10) 10 absoluteChildContainer[3]: (118, 300, 140, 10)
(...skipping 26 matching lines...) Expand all
37 relativeChildContainer[2]: (8, 272, 784, 10) 37 relativeChildContainer[2]: (8, 272, 784, 10)
38 relativeChildContainer[3]: (128, 472, 140, 10) 38 relativeChildContainer[3]: (128, 472, 140, 10)
39 overhangingContainer[0]: (8, 362, 784, 10) 39 overhangingContainer[0]: (8, 362, 784, 10)
40 overhangingContainer[1]: (8, 362, 110, 80) 40 overhangingContainer[1]: (8, 362, 110, 80)
41 overhangingContainer[2]: (8, 362, 110, 80) 41 overhangingContainer[2]: (8, 362, 110, 80)
42 transformedChildContainer[0]: (62, 421, 661, 32) 42 transformedChildContainer[0]: (62, 421, 661, 32)
43 transformedChildContainer[1]: (62, 421, 661, 32) 43 transformedChildContainer[1]: (62, 421, 661, 32)
44 transformedChildContainer[2]: (8, 432, 769, 10) 44 transformedChildContainer[2]: (8, 432, 769, 10)
45 continuation[0]: (108, 502, 100, 10) 45 continuation[0]: (108, 502, 100, 10)
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698