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

Side by Side Diff: LayoutTests/fast/repaint/logical-height-change-hardware-accelerated-siblings-overrepaint-expected.txt

Issue 171843005: Avoid repainting non needs-self-layout container (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve the description of the test. Created 6 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
(Empty)
1 This test checks which layers are repainted if #middle changes logical height. I deally only #middle's layer should be repainted as none of the other layer chang ed.
2
3
4
5 (GraphicsLayer
6 (bounds 800.00 600.00)
7 (children 1
8 (GraphicsLayer
9 (bounds 800.00 600.00)
10 (contentsOpaque 1)
11 (drawsContent 1)
12 (repaint rects
13 (rect 8.00 286.00 784.00 304.00)
14 (rect 0.00 294.00 800.00 304.00)
15 )
16 (children 1
17 (GraphicsLayer
18 (position 8.00 72.00)
19 (bounds 784.00 518.00)
20 (drawsContent 1)
21 (repaint rects
22 (rect 0.00 109.00 784.00 105.00)
23 )
24 (children 15
25 (GraphicsLayer
26 (bounds 100.00 100.00)
27 (contentsOpaque 1)
28 (drawsContent 1)
29 (backgroundColor #0000FF)
30 )
31 (GraphicsLayer
32 (position 104.00 0.00)
33 (bounds 100.00 100.00)
34 (contentsOpaque 1)
35 (drawsContent 1)
36 (backgroundColor #0000FF)
37 )
38 (GraphicsLayer
39 (position 208.00 0.00)
40 (bounds 100.00 100.00)
41 (contentsOpaque 1)
42 (drawsContent 1)
43 (backgroundColor #0000FF)
44 )
45 (GraphicsLayer
46 (position 312.00 0.00)
47 (bounds 100.00 100.00)
48 (contentsOpaque 1)
49 (drawsContent 1)
50 (backgroundColor #0000FF)
51 )
52 (GraphicsLayer
53 (position 416.00 0.00)
54 (bounds 100.00 100.00)
55 (contentsOpaque 1)
56 (drawsContent 1)
57 (backgroundColor #0000FF)
58 )
59 (GraphicsLayer
60 (position 520.00 0.00)
61 (bounds 100.00 100.00)
62 (contentsOpaque 1)
63 (drawsContent 1)
64 (backgroundColor #0000FF)
65 )
66 (GraphicsLayer
67 (position 624.00 0.00)
68 (bounds 100.00 100.00)
69 (contentsOpaque 1)
70 (drawsContent 1)
71 (backgroundColor #0000FF)
72 )
73 (GraphicsLayer
74 (position 4.00 109.00)
75 (bounds 776.00 300.00)
76 (contentsOpaque 1)
77 (drawsContent 1)
78 (backgroundColor #008000)
79 (repaint rects
80 )
81 )
82 (GraphicsLayer
83 (position 0.00 413.00)
84 (bounds 100.00 100.00)
85 (contentsOpaque 1)
86 (drawsContent 1)
87 (backgroundColor #0000FF)
88 )
89 (GraphicsLayer
90 (position 104.00 413.00)
91 (bounds 100.00 100.00)
92 (contentsOpaque 1)
93 (drawsContent 1)
94 (backgroundColor #0000FF)
95 )
96 (GraphicsLayer
97 (position 208.00 413.00)
98 (bounds 100.00 100.00)
99 (contentsOpaque 1)
100 (drawsContent 1)
101 (backgroundColor #0000FF)
102 )
103 (GraphicsLayer
104 (position 312.00 413.00)
105 (bounds 100.00 100.00)
106 (contentsOpaque 1)
107 (drawsContent 1)
108 (backgroundColor #0000FF)
109 )
110 (GraphicsLayer
111 (position 416.00 413.00)
112 (bounds 100.00 100.00)
113 (contentsOpaque 1)
114 (drawsContent 1)
115 (backgroundColor #0000FF)
116 )
117 (GraphicsLayer
118 (position 520.00 413.00)
119 (bounds 100.00 100.00)
120 (contentsOpaque 1)
121 (drawsContent 1)
122 (backgroundColor #0000FF)
123 )
124 (GraphicsLayer
125 (position 624.00 413.00)
126 (bounds 100.00 100.00)
127 (contentsOpaque 1)
128 (drawsContent 1)
129 (backgroundColor #0000FF)
130 )
131 )
132 )
133 )
134 )
135 )
136 )
137
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698