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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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": "LayoutBlockFlow (positioned) DIV id='box'",
21 "rect": [135, 361, 159, 194], 21 "rect": [100, 100, 100, 180],
22 "reason": "subtree" 22 "reason": "subtree"
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline (relative positioned) SPAN id='child'", 25 "object": "LayoutInline (relative positioned) SPAN id='child'",
26 "rect": [300, 300, 80, 179], 26 "rect": [300, 300, 80, 179],
27 "reason": "subtree" 27 "reason": "subtree"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [300, 302, 80, 176], 31 "rect": [300, 302, 80, 176],
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 "object": "InlineTextBox 'V W X'", 119 "object": "InlineTextBox 'V W X'",
120 "reason": "subtree" 120 "reason": "subtree"
121 }, 121 },
122 { 122 {
123 "object": "InlineTextBox 'Y Z'", 123 "object": "InlineTextBox 'Y Z'",
124 "reason": "subtree" 124 "reason": "subtree"
125 }, 125 },
126 { 126 {
127 "object": "LayoutText #text", 127 "object": "LayoutText #text",
128 "reason": "subtree" 128 "reason": "subtree"
129 },
130 {
131 "object": "LayoutBlockFlow (positioned) DIV id='box'",
132 "reason": "subtree"
133 },
134 {
135 "object": "RootInlineBox",
136 "reason": "subtree"
137 },
138 {
139 "object": "LayoutInline (relative positioned) SPAN id='child'",
140 "reason": "subtree"
141 },
142 {
143 "object": "InlineFlowBox",
144 "reason": "subtree"
145 },
146 {
147 "object": "InlineFlowBox",
148 "reason": "subtree"
149 },
150 {
151 "object": "InlineFlowBox",
152 "reason": "subtree"
153 },
154 {
155 "object": "InlineFlowBox",
156 "reason": "subtree"
157 },
158 {
159 "object": "InlineFlowBox",
160 "reason": "subtree"
161 },
162 {
163 "object": "InlineFlowBox",
164 "reason": "subtree"
165 },
166 {
167 "object": "InlineFlowBox",
168 "reason": "subtree"
169 },
170 {
171 "object": "InlineFlowBox",
172 "reason": "subtree"
173 },
174 {
175 "object": "InlineFlowBox",
176 "reason": "subtree"
177 },
178 {
179 "object": "LayoutText #text",
180 "reason": "subtree"
181 },
182 {
183 "object": "InlineTextBox 'A B C'",
184 "reason": "subtree"
185 },
186 {
187 "object": "InlineTextBox 'D E F'",
188 "reason": "subtree"
189 },
190 {
191 "object": "InlineTextBox 'G H I'",
192 "reason": "subtree"
193 },
194 {
195 "object": "InlineTextBox 'J K L'",
196 "reason": "subtree"
197 },
198 {
199 "object": "InlineTextBox 'M N O'",
200 "reason": "subtree"
201 },
202 {
203 "object": "InlineTextBox 'P Q R'",
204 "reason": "subtree"
205 },
206 {
207 "object": "InlineTextBox 'S T U'",
208 "reason": "subtree"
209 },
210 {
211 "object": "InlineTextBox 'V W X'",
212 "reason": "subtree"
213 },
214 {
215 "object": "InlineTextBox 'Y Z'",
216 "reason": "subtree"
217 },
218 {
219 "object": "LayoutText #text",
220 "reason": "subtree"
129 } 221 }
130 ] 222 ]
131 } 223 }
132 224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698