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

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

Issue 19614004: Compositor hit test performance improvement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge with trunk Created 7 years, 4 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 test verifies the hit test regions given to the compositor specifically aro und composited overflow scroll elements. 1 This test verifies the hit test regions given to the compositor specifically aro und composited overflow scroll elements.
2 2
3 scrollContent[0]: DIV#scroll1 (1, 14, 273, 12) 3 scrollContent[0]: DIV#scroll1 (1, 14, 273, 12)
4 4
5 nestedContent[0]: DIV#scroll2b (1, 31, 256, 12) 5 nestedContent[0]: DIV#scroll2b (1, 31, 256, 12)
6 6
7 overflowWithHandler[0]: DIV#overflowWithHandler (0, 0, 273, 52) 7 overflowWithHandler[0]: DIV#overflowWithHandler (0, 0, 273, 52)
8 overflowWithHandler[1]: DIV#overflowWithHandler (1, 1, 256, 32) 8 overflowWithHandler[1]: DIV#overflowWithHandler (1, 33, 256, 22)
9 overflowWithHandler[2]: DIV#overflowWithHandler (1, 33, 256, 22) 9 overflowWithHandler[2]: DIV#overflowWithHandler (1, 55, 256, 62)
10 overflowWithHandler[3]: DIV#overflowWithHandler (1, 55, 256, 62)
11 10
12 withTransform[0]: DIV#transformed (0, 0, 271, 12) 11 withTransform[0]: DIV#transformed (0, 0, 271, 12)
13 withTransform[1]: DIV#scroll3 (1, 14, 273, 14) 12 withTransform[1]: DIV#scroll3 (1, 14, 273, 14)
14 13
15 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698