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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/transform-inline-layered-child-expected.txt

Issue 2747143004: Eagerly invalidate when a layer becomes stacking context (Closed)
Patch Set: Created 3 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
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) DIV id='box'", 10 "object": "LayoutBlockFlow (positioned) DIV id='box'",
11 "rect": [61, 87, 178, 206], 11 "rect": [61, 87, 178, 206],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutInline (relative positioned) SPAN id='child'", 15 "object": "LayoutInline (relative positioned) SPAN id='child'",
16 "rect": [135, 360, 160, 196], 16 "rect": [135, 360, 160, 196],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [135, 361, 159, 194], 21 "rect": [135, 361, 159, 194],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow (positioned) DIV id='box'",
26 "rect": [100, 100, 100, 180],
27 "reason": "subtree"
28 },
29 {
25 "object": "LayoutInline (relative positioned) SPAN id='child'", 30 "object": "LayoutInline (relative positioned) SPAN id='child'",
26 "rect": [300, 300, 80, 179], 31 "rect": [300, 300, 80, 179],
27 "reason": "subtree" 32 "reason": "subtree"
28 }, 33 },
29 { 34 {
30 "object": "LayoutText #text", 35 "object": "LayoutText #text",
31 "rect": [300, 302, 80, 176], 36 "rect": [300, 302, 80, 176],
32 "reason": "subtree" 37 "reason": "subtree"
33 }, 38 },
34 { 39 {
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "object": "InlineTextBox 'V W X'", 129 "object": "InlineTextBox 'V W X'",
125 "reason": "subtree" 130 "reason": "subtree"
126 }, 131 },
127 { 132 {
128 "object": "InlineTextBox 'Y Z'", 133 "object": "InlineTextBox 'Y Z'",
129 "reason": "subtree" 134 "reason": "subtree"
130 }, 135 },
131 { 136 {
132 "object": "LayoutText #text", 137 "object": "LayoutText #text",
133 "reason": "subtree" 138 "reason": "subtree"
139 },
140 {
141 "object": "LayoutBlockFlow (positioned) DIV id='box'",
142 "reason": "subtree"
143 },
144 {
145 "object": "RootInlineBox",
146 "reason": "subtree"
147 },
148 {
149 "object": "LayoutInline (relative positioned) SPAN id='child'",
150 "reason": "subtree"
151 },
152 {
153 "object": "InlineFlowBox",
154 "reason": "subtree"
155 },
156 {
157 "object": "InlineFlowBox",
158 "reason": "subtree"
159 },
160 {
161 "object": "InlineFlowBox",
162 "reason": "subtree"
163 },
164 {
165 "object": "InlineFlowBox",
166 "reason": "subtree"
167 },
168 {
169 "object": "InlineFlowBox",
170 "reason": "subtree"
171 },
172 {
173 "object": "InlineFlowBox",
174 "reason": "subtree"
175 },
176 {
177 "object": "InlineFlowBox",
178 "reason": "subtree"
179 },
180 {
181 "object": "InlineFlowBox",
182 "reason": "subtree"
183 },
184 {
185 "object": "InlineFlowBox",
186 "reason": "subtree"
187 },
188 {
189 "object": "LayoutText #text",
190 "reason": "subtree"
191 },
192 {
193 "object": "InlineTextBox 'A B C'",
194 "reason": "subtree"
195 },
196 {
197 "object": "InlineTextBox 'D E F'",
198 "reason": "subtree"
199 },
200 {
201 "object": "InlineTextBox 'G H I'",
202 "reason": "subtree"
203 },
204 {
205 "object": "InlineTextBox 'J K L'",
206 "reason": "subtree"
207 },
208 {
209 "object": "InlineTextBox 'M N O'",
210 "reason": "subtree"
211 },
212 {
213 "object": "InlineTextBox 'P Q R'",
214 "reason": "subtree"
215 },
216 {
217 "object": "InlineTextBox 'S T U'",
218 "reason": "subtree"
219 },
220 {
221 "object": "InlineTextBox 'V W X'",
222 "reason": "subtree"
223 },
224 {
225 "object": "InlineTextBox 'Y Z'",
226 "reason": "subtree"
227 },
228 {
229 "object": "LayoutText #text",
230 "reason": "subtree"
134 } 231 }
135 ] 232 ]
136 } 233 }
137 234
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698