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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-collapsed-border-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "rect": [23, 317, 71, 19], 73 "rect": [23, 317, 71, 19],
74 "reason": "layoutObject insertion" 74 "reason": "layoutObject insertion"
75 }, 75 },
76 { 76 {
77 "object": "LayoutText #text", 77 "object": "LayoutText #text",
78 "rect": [23, 133, 71, 19], 78 "rect": [23, 133, 71, 19],
79 "reason": "layoutObject removal" 79 "reason": "layoutObject removal"
80 }, 80 },
81 { 81 {
82 "object": "LayoutText #text", 82 "object": "LayoutText #text",
83 "rect": [23, 339, 46, 19],
84 "reason": "forced by layout"
85 },
86 {
87 "object": "LayoutText #text",
88 "rect": [23, 155, 46, 19],
89 "reason": "forced by layout"
90 },
91 {
92 "object": "LayoutText #text",
93 "rect": [23, 295, 41, 19],
94 "reason": "forced by layout"
95 },
96 {
97 "object": "LayoutText #text",
98 "rect": [23, 111, 41, 19],
99 "reason": "forced by layout"
100 },
101 {
102 "object": "LayoutText #text",
83 "rect": [23, 225, 32, 19], 103 "rect": [23, 225, 32, 19],
84 "reason": "layoutObject removal" 104 "reason": "layoutObject removal"
85 }, 105 },
86 { 106 {
87 "object": "LayoutTable TABLE", 107 "object": "LayoutTable TABLE",
88 "rect": [74, 286, 29, 82], 108 "rect": [74, 286, 29, 82],
89 "reason": "incremental" 109 "reason": "incremental"
90 }, 110 },
91 { 111 {
92 "object": "LayoutTable TABLE", 112 "object": "LayoutTable TABLE",
93 "rect": [78, 286, 25, 82], 113 "rect": [78, 286, 25, 82],
94 "reason": "incremental" 114 "reason": "incremental"
95 } 115 }
96 ] 116 ]
97 } 117 }
98 ], 118 ],
99 "objectPaintInvalidations": [ 119 "objectPaintInvalidations": [
100 { 120 {
101 "object": "InlineTextBox 'ipsum dolor'", 121 "object": "LayoutText #text",
102 "reason": "full" 122 "reason": "layoutObject removal"
123 },
124 {
125 "object": "LayoutTableCell TD id='d'",
126 "reason": "layoutObject removal"
103 }, 127 },
104 { 128 {
105 "object": "LayoutText #text", 129 "object": "LayoutText #text",
106 "reason": "layoutObject removal" 130 "reason": "layoutObject removal"
107 }, 131 },
108 { 132 {
109 "object": "RootInlineBox",
110 "reason": "full"
111 },
112 {
113 "object": "LayoutTableCell TD id='d'",
114 "reason": "layoutObject removal"
115 },
116 {
117 "object": "InlineTextBox 'dolor'",
118 "reason": "full"
119 },
120 {
121 "object": "LayoutText #text",
122 "reason": "layoutObject removal"
123 },
124 {
125 "object": "RootInlineBox",
126 "reason": "full"
127 },
128 {
129 "object": "LayoutTableCell TD id='d2'", 133 "object": "LayoutTableCell TD id='d2'",
130 "reason": "layoutObject removal" 134 "reason": "layoutObject removal"
131 }, 135 },
132 { 136 {
133 "object": "RootInlineBox",
134 "reason": "full"
135 },
136 {
137 "object": "InlineTextBox 'Lorem'",
138 "reason": "full"
139 },
140 {
141 "object": "RootInlineBox",
142 "reason": "full"
143 },
144 {
145 "object": "InlineTextBox 'sit amet'",
146 "reason": "full"
147 },
148 {
149 "object": "RootInlineBox",
150 "reason": "full"
151 },
152 {
153 "object": "InlineTextBox 'Lorem'",
154 "reason": "full"
155 },
156 {
157 "object": "RootInlineBox",
158 "reason": "full"
159 },
160 {
161 "object": "InlineTextBox 'sit amet'",
162 "reason": "full"
163 },
164 {
165 "object": "RootInlineBox",
166 "reason": "full"
167 },
168 {
169 "object": "InlineTextBox 'ipsum dolor'",
170 "reason": "full"
171 },
172 {
173 "object": "LayoutTableCell TD", 137 "object": "LayoutTableCell TD",
174 "reason": "style change" 138 "reason": "style change"
175 }, 139 },
176 { 140 {
177 "object": "LayoutTableCell TD", 141 "object": "LayoutTableCell TD",
178 "reason": "style change" 142 "reason": "style change"
179 }, 143 },
180 { 144 {
181 "object": "LayoutTableCell TD", 145 "object": "LayoutTableCell TD",
182 "reason": "style change" 146 "reason": "style change"
(...skipping 24 matching lines...) Expand all
207 }, 171 },
208 { 172 {
209 "object": "LayoutTableCell TD", 173 "object": "LayoutTableCell TD",
210 "reason": "forced by layout" 174 "reason": "forced by layout"
211 }, 175 },
212 { 176 {
213 "object": "RootInlineBox", 177 "object": "RootInlineBox",
214 "reason": "forced by layout" 178 "reason": "forced by layout"
215 }, 179 },
216 { 180 {
181 "object": "LayoutText #text",
182 "reason": "forced by layout"
183 },
184 {
185 "object": "InlineTextBox 'Lorem'",
186 "reason": "forced by layout"
187 },
188 {
217 "object": "LayoutTableCell TD", 189 "object": "LayoutTableCell TD",
218 "reason": "forced by layout" 190 "reason": "forced by layout"
219 }, 191 },
220 { 192 {
221 "object": "RootInlineBox", 193 "object": "RootInlineBox",
222 "reason": "forced by layout" 194 "reason": "forced by layout"
223 }, 195 },
224 { 196 {
197 "object": "LayoutText #text",
198 "reason": "forced by layout"
199 },
200 {
201 "object": "InlineTextBox 'sit amet'",
202 "reason": "forced by layout"
203 },
204 {
225 "object": "LayoutTable TABLE", 205 "object": "LayoutTable TABLE",
226 "reason": "full" 206 "reason": "full"
227 }, 207 },
228 { 208 {
229 "object": "LayoutTableSection TBODY", 209 "object": "LayoutTableSection TBODY",
230 "reason": "forced by layout" 210 "reason": "forced by layout"
231 }, 211 },
232 { 212 {
233 "object": "LayoutTable TABLE", 213 "object": "LayoutTable TABLE",
234 "reason": "incremental" 214 "reason": "incremental"
235 }, 215 },
236 { 216 {
237 "object": "LayoutTableCell TD", 217 "object": "LayoutTableCell TD",
238 "reason": "forced by layout" 218 "reason": "forced by layout"
239 }, 219 },
240 { 220 {
241 "object": "RootInlineBox", 221 "object": "RootInlineBox",
242 "reason": "forced by layout" 222 "reason": "forced by layout"
243 }, 223 },
244 { 224 {
225 "object": "LayoutText #text",
226 "reason": "forced by layout"
227 },
228 {
229 "object": "InlineTextBox 'Lorem'",
230 "reason": "forced by layout"
231 },
232 {
245 "object": "LayoutTableCell TD id='d3'", 233 "object": "LayoutTableCell TD id='d3'",
246 "reason": "forced by layout" 234 "reason": "forced by layout"
247 }, 235 },
248 { 236 {
249 "object": "RootInlineBox", 237 "object": "RootInlineBox",
250 "reason": "forced by layout" 238 "reason": "forced by layout"
251 }, 239 },
252 { 240 {
253 "object": "LayoutText #text", 241 "object": "LayoutText #text",
254 "reason": "layoutObject insertion" 242 "reason": "layoutObject insertion"
255 }, 243 },
256 { 244 {
257 "object": "InlineTextBox 'ipsum dolor'", 245 "object": "InlineTextBox 'ipsum dolor'",
258 "reason": "layoutObject insertion" 246 "reason": "layoutObject insertion"
259 }, 247 },
260 { 248 {
261 "object": "LayoutTableCell TD", 249 "object": "LayoutTableCell TD",
262 "reason": "forced by layout" 250 "reason": "forced by layout"
263 }, 251 },
264 { 252 {
265 "object": "RootInlineBox", 253 "object": "RootInlineBox",
266 "reason": "forced by layout" 254 "reason": "forced by layout"
255 },
256 {
257 "object": "LayoutText #text",
258 "reason": "forced by layout"
259 },
260 {
261 "object": "InlineTextBox 'sit amet'",
262 "reason": "forced by layout"
267 } 263 }
268 ] 264 ]
269 } 265 }
270 266
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698