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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/transform-inline-layered-child-expected.txt

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

Powered by Google App Engine
This is Rietveld 408576698