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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/background-resize-height-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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 }, 8 },
9 { 9 {
10 "name": "LayoutBlockFlow (positioned) DIV class='test image'", 10 "name": "LayoutBlockFlow (positioned) DIV class='test image'",
(...skipping 14 matching lines...) Expand all
25 "name": "LayoutBlockFlow (positioned) DIV class='test image size-cover'", 25 "name": "LayoutBlockFlow (positioned) DIV class='test image size-cover'",
26 "position": [58, 8], 26 "position": [58, 8],
27 "bounds": [60, 44], 27 "bounds": [60, 44],
28 "contentsOpaque": true, 28 "contentsOpaque": true,
29 "drawsContent": true, 29 "drawsContent": true,
30 "backfaceVisibility": "hidden", 30 "backfaceVisibility": "hidden",
31 "paintInvalidations": [ 31 "paintInvalidations": [
32 { 32 {
33 "object": "LayoutBlockFlow (positioned) DIV class='test image size-cov er'", 33 "object": "LayoutBlockFlow (positioned) DIV class='test image size-cov er'",
34 "rect": [0, 0, 60, 44], 34 "rect": [0, 0, 60, 44],
35 "reason": "border box change" 35 "reason": "geometry"
36 } 36 }
37 ] 37 ]
38 }, 38 },
39 { 39 {
40 "name": "LayoutBlockFlow (positioned) DIV class='test image size-contain'" , 40 "name": "LayoutBlockFlow (positioned) DIV class='test image size-contain'" ,
41 "position": [108, 8], 41 "position": [108, 8],
42 "bounds": [60, 44], 42 "bounds": [60, 44],
43 "contentsOpaque": true, 43 "contentsOpaque": true,
44 "drawsContent": true, 44 "drawsContent": true,
45 "backfaceVisibility": "hidden", 45 "backfaceVisibility": "hidden",
46 "paintInvalidations": [ 46 "paintInvalidations": [
47 { 47 {
48 "object": "LayoutBlockFlow (positioned) DIV class='test image size-con tain'", 48 "object": "LayoutBlockFlow (positioned) DIV class='test image size-con tain'",
49 "rect": [0, 0, 60, 44], 49 "rect": [0, 0, 60, 44],
50 "reason": "border box change" 50 "reason": "geometry"
51 } 51 }
52 ] 52 ]
53 }, 53 },
54 { 54 {
55 "name": "LayoutBlockFlow (positioned) DIV class='test image fixed-height'" , 55 "name": "LayoutBlockFlow (positioned) DIV class='test image fixed-height'" ,
56 "position": [158, 8], 56 "position": [158, 8],
57 "bounds": [60, 44], 57 "bounds": [60, 44],
58 "contentsOpaque": true, 58 "contentsOpaque": true,
59 "drawsContent": true, 59 "drawsContent": true,
60 "backfaceVisibility": "hidden", 60 "backfaceVisibility": "hidden",
61 "paintInvalidations": [ 61 "paintInvalidations": [
62 { 62 {
63 "object": "LayoutBlockFlow (positioned) DIV class='test image fixed-he ight'", 63 "object": "LayoutBlockFlow (positioned) DIV class='test image fixed-he ight'",
64 "rect": [0, 40, 60, 4], 64 "rect": [0, 40, 60, 4],
65 "reason": "incremental" 65 "reason": "incremental"
66 } 66 }
67 ] 67 ]
68 }, 68 },
69 { 69 {
70 "name": "LayoutBlockFlow (positioned) DIV class='test image percent-height '", 70 "name": "LayoutBlockFlow (positioned) DIV class='test image percent-height '",
71 "position": [208, 8], 71 "position": [208, 8],
72 "bounds": [60, 44], 72 "bounds": [60, 44],
73 "contentsOpaque": true, 73 "contentsOpaque": true,
74 "drawsContent": true, 74 "drawsContent": true,
75 "backfaceVisibility": "hidden", 75 "backfaceVisibility": "hidden",
76 "paintInvalidations": [ 76 "paintInvalidations": [
77 { 77 {
78 "object": "LayoutBlockFlow (positioned) DIV class='test image percent- height'", 78 "object": "LayoutBlockFlow (positioned) DIV class='test image percent- height'",
79 "rect": [0, 0, 60, 44], 79 "rect": [0, 0, 60, 44],
80 "reason": "border box change" 80 "reason": "geometry"
81 } 81 }
82 ] 82 ]
83 }, 83 },
84 { 84 {
85 "name": "LayoutBlockFlow (positioned) DIV class='test image top'", 85 "name": "LayoutBlockFlow (positioned) DIV class='test image top'",
86 "position": [258, 8], 86 "position": [258, 8],
87 "bounds": [60, 44], 87 "bounds": [60, 44],
88 "contentsOpaque": true, 88 "contentsOpaque": true,
89 "drawsContent": true, 89 "drawsContent": true,
90 "backfaceVisibility": "hidden", 90 "backfaceVisibility": "hidden",
91 "paintInvalidations": [ 91 "paintInvalidations": [
92 { 92 {
93 "object": "LayoutBlockFlow (positioned) DIV class='test image top'", 93 "object": "LayoutBlockFlow (positioned) DIV class='test image top'",
94 "rect": [0, 40, 60, 4], 94 "rect": [0, 40, 60, 4],
95 "reason": "incremental" 95 "reason": "incremental"
96 } 96 }
97 ] 97 ]
98 }, 98 },
99 { 99 {
100 "name": "LayoutBlockFlow (positioned) DIV class='test image bottom'", 100 "name": "LayoutBlockFlow (positioned) DIV class='test image bottom'",
101 "position": [308, 8], 101 "position": [308, 8],
102 "bounds": [60, 44], 102 "bounds": [60, 44],
103 "contentsOpaque": true, 103 "contentsOpaque": true,
104 "drawsContent": true, 104 "drawsContent": true,
105 "backfaceVisibility": "hidden", 105 "backfaceVisibility": "hidden",
106 "paintInvalidations": [ 106 "paintInvalidations": [
107 { 107 {
108 "object": "LayoutBlockFlow (positioned) DIV class='test image bottom'" , 108 "object": "LayoutBlockFlow (positioned) DIV class='test image bottom'" ,
109 "rect": [0, 0, 60, 44], 109 "rect": [0, 0, 60, 44],
110 "reason": "border box change" 110 "reason": "geometry"
111 } 111 }
112 ] 112 ]
113 }, 113 },
114 { 114 {
115 "name": "LayoutBlockFlow (positioned) DIV class='test image center'", 115 "name": "LayoutBlockFlow (positioned) DIV class='test image center'",
116 "position": [358, 8], 116 "position": [358, 8],
117 "bounds": [60, 44], 117 "bounds": [60, 44],
118 "contentsOpaque": true, 118 "contentsOpaque": true,
119 "drawsContent": true, 119 "drawsContent": true,
120 "backfaceVisibility": "hidden", 120 "backfaceVisibility": "hidden",
121 "paintInvalidations": [ 121 "paintInvalidations": [
122 { 122 {
123 "object": "LayoutBlockFlow (positioned) DIV class='test image center'" , 123 "object": "LayoutBlockFlow (positioned) DIV class='test image center'" ,
124 "rect": [0, 0, 60, 44], 124 "rect": [0, 0, 60, 44],
125 "reason": "border box change" 125 "reason": "geometry"
126 } 126 }
127 ] 127 ]
128 }, 128 },
129 { 129 {
130 "name": "LayoutBlockFlow (positioned) DIV class='test image no-repeat'", 130 "name": "LayoutBlockFlow (positioned) DIV class='test image no-repeat'",
131 "position": [408, 8], 131 "position": [408, 8],
132 "bounds": [60, 44], 132 "bounds": [60, 44],
133 "drawsContent": true, 133 "drawsContent": true,
134 "backfaceVisibility": "hidden", 134 "backfaceVisibility": "hidden",
135 "paintInvalidations": [ 135 "paintInvalidations": [
136 { 136 {
137 "object": "LayoutBlockFlow (positioned) DIV class='test image no-repea t'", 137 "object": "LayoutBlockFlow (positioned) DIV class='test image no-repea t'",
138 "rect": [0, 40, 60, 4], 138 "rect": [0, 40, 60, 4],
139 "reason": "incremental" 139 "reason": "incremental"
140 } 140 }
141 ] 141 ]
142 }, 142 },
143 { 143 {
144 "name": "LayoutBlockFlow (positioned) DIV class='test image repeat-space'" , 144 "name": "LayoutBlockFlow (positioned) DIV class='test image repeat-space'" ,
145 "position": [458, 8], 145 "position": [458, 8],
146 "bounds": [60, 44], 146 "bounds": [60, 44],
147 "drawsContent": true, 147 "drawsContent": true,
148 "backfaceVisibility": "hidden", 148 "backfaceVisibility": "hidden",
149 "paintInvalidations": [ 149 "paintInvalidations": [
150 { 150 {
151 "object": "LayoutBlockFlow (positioned) DIV class='test image repeat-s pace'", 151 "object": "LayoutBlockFlow (positioned) DIV class='test image repeat-s pace'",
152 "rect": [0, 0, 60, 44], 152 "rect": [0, 0, 60, 44],
153 "reason": "border box change" 153 "reason": "geometry"
154 } 154 }
155 ] 155 ]
156 }, 156 },
157 { 157 {
158 "name": "LayoutBlockFlow (positioned) DIV class='test image repeat-round'" , 158 "name": "LayoutBlockFlow (positioned) DIV class='test image repeat-round'" ,
159 "position": [508, 8], 159 "position": [508, 8],
160 "bounds": [60, 44], 160 "bounds": [60, 44],
161 "contentsOpaque": true, 161 "contentsOpaque": true,
162 "drawsContent": true, 162 "drawsContent": true,
163 "backfaceVisibility": "hidden", 163 "backfaceVisibility": "hidden",
164 "paintInvalidations": [ 164 "paintInvalidations": [
165 { 165 {
166 "object": "LayoutBlockFlow (positioned) DIV class='test image repeat-r ound'", 166 "object": "LayoutBlockFlow (positioned) DIV class='test image repeat-r ound'",
167 "rect": [0, 0, 60, 44], 167 "rect": [0, 0, 60, 44],
168 "reason": "border box change" 168 "reason": "geometry"
169 } 169 }
170 ] 170 ]
171 }, 171 },
172 { 172 {
173 "name": "LayoutBlockFlow (positioned) DIV class='test generated'", 173 "name": "LayoutBlockFlow (positioned) DIV class='test generated'",
174 "position": [8, 108], 174 "position": [8, 108],
175 "bounds": [60, 44], 175 "bounds": [60, 44],
176 "contentsOpaque": true, 176 "contentsOpaque": true,
177 "drawsContent": true, 177 "drawsContent": true,
178 "backfaceVisibility": "hidden", 178 "backfaceVisibility": "hidden",
179 "paintInvalidations": [ 179 "paintInvalidations": [
180 { 180 {
181 "object": "LayoutBlockFlow (positioned) DIV class='test generated'", 181 "object": "LayoutBlockFlow (positioned) DIV class='test generated'",
182 "rect": [0, 0, 60, 44], 182 "rect": [0, 0, 60, 44],
183 "reason": "border box change" 183 "reason": "geometry"
184 } 184 }
185 ] 185 ]
186 }, 186 },
187 { 187 {
188 "name": "LayoutBlockFlow (positioned) DIV class='test generated size-cover '", 188 "name": "LayoutBlockFlow (positioned) DIV class='test generated size-cover '",
189 "position": [58, 108], 189 "position": [58, 108],
190 "bounds": [60, 44], 190 "bounds": [60, 44],
191 "contentsOpaque": true, 191 "contentsOpaque": true,
192 "drawsContent": true, 192 "drawsContent": true,
193 "backfaceVisibility": "hidden", 193 "backfaceVisibility": "hidden",
194 "paintInvalidations": [ 194 "paintInvalidations": [
195 { 195 {
196 "object": "LayoutBlockFlow (positioned) DIV class='test generated size -cover'", 196 "object": "LayoutBlockFlow (positioned) DIV class='test generated size -cover'",
197 "rect": [0, 0, 60, 44], 197 "rect": [0, 0, 60, 44],
198 "reason": "border box change" 198 "reason": "geometry"
199 } 199 }
200 ] 200 ]
201 }, 201 },
202 { 202 {
203 "name": "LayoutBlockFlow (positioned) DIV class='test generated size-conta in'", 203 "name": "LayoutBlockFlow (positioned) DIV class='test generated size-conta in'",
204 "position": [108, 108], 204 "position": [108, 108],
205 "bounds": [60, 44], 205 "bounds": [60, 44],
206 "contentsOpaque": true, 206 "contentsOpaque": true,
207 "drawsContent": true, 207 "drawsContent": true,
208 "backfaceVisibility": "hidden", 208 "backfaceVisibility": "hidden",
209 "paintInvalidations": [ 209 "paintInvalidations": [
210 { 210 {
211 "object": "LayoutBlockFlow (positioned) DIV class='test generated size -contain'", 211 "object": "LayoutBlockFlow (positioned) DIV class='test generated size -contain'",
212 "rect": [0, 0, 60, 44], 212 "rect": [0, 0, 60, 44],
213 "reason": "border box change" 213 "reason": "geometry"
214 } 214 }
215 ] 215 ]
216 }, 216 },
217 { 217 {
218 "name": "LayoutBlockFlow (positioned) DIV class='test generated percent-he ight'", 218 "name": "LayoutBlockFlow (positioned) DIV class='test generated percent-he ight'",
219 "position": [208, 108], 219 "position": [208, 108],
220 "bounds": [60, 44], 220 "bounds": [60, 44],
221 "contentsOpaque": true, 221 "contentsOpaque": true,
222 "drawsContent": true, 222 "drawsContent": true,
223 "backfaceVisibility": "hidden", 223 "backfaceVisibility": "hidden",
224 "paintInvalidations": [ 224 "paintInvalidations": [
225 { 225 {
226 "object": "LayoutBlockFlow (positioned) DIV class='test generated perc ent-height'", 226 "object": "LayoutBlockFlow (positioned) DIV class='test generated perc ent-height'",
227 "rect": [0, 0, 60, 44], 227 "rect": [0, 0, 60, 44],
228 "reason": "border box change" 228 "reason": "geometry"
229 } 229 }
230 ] 230 ]
231 }, 231 },
232 { 232 {
233 "name": "LayoutBlockFlow (positioned) DIV class='test generated top'", 233 "name": "LayoutBlockFlow (positioned) DIV class='test generated top'",
234 "position": [258, 108], 234 "position": [258, 108],
235 "bounds": [60, 44], 235 "bounds": [60, 44],
236 "contentsOpaque": true, 236 "contentsOpaque": true,
237 "drawsContent": true, 237 "drawsContent": true,
238 "backfaceVisibility": "hidden", 238 "backfaceVisibility": "hidden",
239 "paintInvalidations": [ 239 "paintInvalidations": [
240 { 240 {
241 "object": "LayoutBlockFlow (positioned) DIV class='test generated top' ", 241 "object": "LayoutBlockFlow (positioned) DIV class='test generated top' ",
242 "rect": [0, 0, 60, 44], 242 "rect": [0, 0, 60, 44],
243 "reason": "border box change" 243 "reason": "geometry"
244 } 244 }
245 ] 245 ]
246 }, 246 },
247 { 247 {
248 "name": "LayoutBlockFlow (positioned) DIV class='test generated bottom'", 248 "name": "LayoutBlockFlow (positioned) DIV class='test generated bottom'",
249 "position": [308, 108], 249 "position": [308, 108],
250 "bounds": [60, 44], 250 "bounds": [60, 44],
251 "contentsOpaque": true, 251 "contentsOpaque": true,
252 "drawsContent": true, 252 "drawsContent": true,
253 "backfaceVisibility": "hidden", 253 "backfaceVisibility": "hidden",
254 "paintInvalidations": [ 254 "paintInvalidations": [
255 { 255 {
256 "object": "LayoutBlockFlow (positioned) DIV class='test generated bott om'", 256 "object": "LayoutBlockFlow (positioned) DIV class='test generated bott om'",
257 "rect": [0, 0, 60, 44], 257 "rect": [0, 0, 60, 44],
258 "reason": "border box change" 258 "reason": "geometry"
259 } 259 }
260 ] 260 ]
261 }, 261 },
262 { 262 {
263 "name": "LayoutBlockFlow (positioned) DIV class='test generated center'", 263 "name": "LayoutBlockFlow (positioned) DIV class='test generated center'",
264 "position": [358, 108], 264 "position": [358, 108],
265 "bounds": [60, 44], 265 "bounds": [60, 44],
266 "contentsOpaque": true, 266 "contentsOpaque": true,
267 "drawsContent": true, 267 "drawsContent": true,
268 "backfaceVisibility": "hidden", 268 "backfaceVisibility": "hidden",
269 "paintInvalidations": [ 269 "paintInvalidations": [
270 { 270 {
271 "object": "LayoutBlockFlow (positioned) DIV class='test generated cent er'", 271 "object": "LayoutBlockFlow (positioned) DIV class='test generated cent er'",
272 "rect": [0, 0, 60, 44], 272 "rect": [0, 0, 60, 44],
273 "reason": "border box change" 273 "reason": "geometry"
274 } 274 }
275 ] 275 ]
276 }, 276 },
277 { 277 {
278 "name": "LayoutBlockFlow (positioned) DIV class='test generated no-repeat' ", 278 "name": "LayoutBlockFlow (positioned) DIV class='test generated no-repeat' ",
279 "position": [408, 108], 279 "position": [408, 108],
280 "bounds": [60, 44], 280 "bounds": [60, 44],
281 "drawsContent": true, 281 "drawsContent": true,
282 "backfaceVisibility": "hidden", 282 "backfaceVisibility": "hidden",
283 "paintInvalidations": [ 283 "paintInvalidations": [
284 { 284 {
285 "object": "LayoutBlockFlow (positioned) DIV class='test generated no-r epeat'", 285 "object": "LayoutBlockFlow (positioned) DIV class='test generated no-r epeat'",
286 "rect": [0, 0, 60, 44], 286 "rect": [0, 0, 60, 44],
287 "reason": "border box change" 287 "reason": "geometry"
288 } 288 }
289 ] 289 ]
290 }, 290 },
291 { 291 {
292 "name": "LayoutBlockFlow (positioned) DIV class='test generated repeat-spa ce'", 292 "name": "LayoutBlockFlow (positioned) DIV class='test generated repeat-spa ce'",
293 "position": [458, 108], 293 "position": [458, 108],
294 "bounds": [60, 44], 294 "bounds": [60, 44],
295 "drawsContent": true, 295 "drawsContent": true,
296 "backfaceVisibility": "hidden", 296 "backfaceVisibility": "hidden",
297 "paintInvalidations": [ 297 "paintInvalidations": [
298 { 298 {
299 "object": "LayoutBlockFlow (positioned) DIV class='test generated repe at-space'", 299 "object": "LayoutBlockFlow (positioned) DIV class='test generated repe at-space'",
300 "rect": [0, 0, 60, 44], 300 "rect": [0, 0, 60, 44],
301 "reason": "border box change" 301 "reason": "geometry"
302 } 302 }
303 ] 303 ]
304 }, 304 },
305 { 305 {
306 "name": "LayoutBlockFlow (positioned) DIV class='test generated repeat-rou nd'", 306 "name": "LayoutBlockFlow (positioned) DIV class='test generated repeat-rou nd'",
307 "position": [508, 108], 307 "position": [508, 108],
308 "bounds": [60, 44], 308 "bounds": [60, 44],
309 "contentsOpaque": true, 309 "contentsOpaque": true,
310 "drawsContent": true, 310 "drawsContent": true,
311 "backfaceVisibility": "hidden", 311 "backfaceVisibility": "hidden",
312 "paintInvalidations": [ 312 "paintInvalidations": [
313 { 313 {
314 "object": "LayoutBlockFlow (positioned) DIV class='test generated repe at-round'", 314 "object": "LayoutBlockFlow (positioned) DIV class='test generated repe at-round'",
315 "rect": [0, 0, 60, 44], 315 "rect": [0, 0, 60, 44],
316 "reason": "border box change" 316 "reason": "geometry"
317 } 317 }
318 ] 318 ]
319 } 319 }
320 ], 320 ],
321 "objectPaintInvalidations": [ 321 "objectPaintInvalidations": [
322 { 322 {
323 "object": "LayoutBlockFlow (positioned) DIV class='test image'", 323 "object": "LayoutBlockFlow (positioned) DIV class='test image'",
324 "reason": "incremental" 324 "reason": "incremental"
325 }, 325 },
326 { 326 {
327 "object": "LayoutBlockFlow (positioned) DIV class='test image size-cover'" , 327 "object": "LayoutBlockFlow (positioned) DIV class='test image size-cover'" ,
328 "reason": "border box change" 328 "reason": "geometry"
329 }, 329 },
330 { 330 {
331 "object": "LayoutBlockFlow (positioned) DIV class='test image size-contain '", 331 "object": "LayoutBlockFlow (positioned) DIV class='test image size-contain '",
332 "reason": "border box change" 332 "reason": "geometry"
333 }, 333 },
334 { 334 {
335 "object": "LayoutBlockFlow (positioned) DIV class='test image fixed-height '", 335 "object": "LayoutBlockFlow (positioned) DIV class='test image fixed-height '",
336 "reason": "incremental" 336 "reason": "incremental"
337 }, 337 },
338 { 338 {
339 "object": "LayoutBlockFlow (positioned) DIV class='test image percent-heig ht'", 339 "object": "LayoutBlockFlow (positioned) DIV class='test image percent-heig ht'",
340 "reason": "border box change" 340 "reason": "geometry"
341 }, 341 },
342 { 342 {
343 "object": "LayoutBlockFlow (positioned) DIV class='test image top'", 343 "object": "LayoutBlockFlow (positioned) DIV class='test image top'",
344 "reason": "incremental" 344 "reason": "incremental"
345 }, 345 },
346 { 346 {
347 "object": "LayoutBlockFlow (positioned) DIV class='test image bottom'", 347 "object": "LayoutBlockFlow (positioned) DIV class='test image bottom'",
348 "reason": "border box change" 348 "reason": "geometry"
349 }, 349 },
350 { 350 {
351 "object": "LayoutBlockFlow (positioned) DIV class='test image center'", 351 "object": "LayoutBlockFlow (positioned) DIV class='test image center'",
352 "reason": "border box change" 352 "reason": "geometry"
353 }, 353 },
354 { 354 {
355 "object": "LayoutBlockFlow (positioned) DIV class='test image no-repeat'", 355 "object": "LayoutBlockFlow (positioned) DIV class='test image no-repeat'",
356 "reason": "incremental" 356 "reason": "incremental"
357 }, 357 },
358 { 358 {
359 "object": "LayoutBlockFlow (positioned) DIV class='test image repeat-space '", 359 "object": "LayoutBlockFlow (positioned) DIV class='test image repeat-space '",
360 "reason": "border box change" 360 "reason": "geometry"
361 }, 361 },
362 { 362 {
363 "object": "LayoutBlockFlow (positioned) DIV class='test image repeat-round '", 363 "object": "LayoutBlockFlow (positioned) DIV class='test image repeat-round '",
364 "reason": "border box change" 364 "reason": "geometry"
365 }, 365 },
366 { 366 {
367 "object": "LayoutBlockFlow (positioned) DIV class='test generated'", 367 "object": "LayoutBlockFlow (positioned) DIV class='test generated'",
368 "reason": "border box change" 368 "reason": "geometry"
369 }, 369 },
370 { 370 {
371 "object": "LayoutBlockFlow (positioned) DIV class='test generated size-cov er'", 371 "object": "LayoutBlockFlow (positioned) DIV class='test generated size-cov er'",
372 "reason": "border box change" 372 "reason": "geometry"
373 }, 373 },
374 { 374 {
375 "object": "LayoutBlockFlow (positioned) DIV class='test generated size-con tain'", 375 "object": "LayoutBlockFlow (positioned) DIV class='test generated size-con tain'",
376 "reason": "border box change" 376 "reason": "geometry"
377 }, 377 },
378 { 378 {
379 "object": "LayoutBlockFlow (positioned) DIV class='test generated percent- height'", 379 "object": "LayoutBlockFlow (positioned) DIV class='test generated percent- height'",
380 "reason": "border box change" 380 "reason": "geometry"
381 }, 381 },
382 { 382 {
383 "object": "LayoutBlockFlow (positioned) DIV class='test generated top'", 383 "object": "LayoutBlockFlow (positioned) DIV class='test generated top'",
384 "reason": "border box change" 384 "reason": "geometry"
385 }, 385 },
386 { 386 {
387 "object": "LayoutBlockFlow (positioned) DIV class='test generated bottom'" , 387 "object": "LayoutBlockFlow (positioned) DIV class='test generated bottom'" ,
388 "reason": "border box change" 388 "reason": "geometry"
389 }, 389 },
390 { 390 {
391 "object": "LayoutBlockFlow (positioned) DIV class='test generated center'" , 391 "object": "LayoutBlockFlow (positioned) DIV class='test generated center'" ,
392 "reason": "border box change" 392 "reason": "geometry"
393 }, 393 },
394 { 394 {
395 "object": "LayoutBlockFlow (positioned) DIV class='test generated no-repea t'", 395 "object": "LayoutBlockFlow (positioned) DIV class='test generated no-repea t'",
396 "reason": "border box change" 396 "reason": "geometry"
397 }, 397 },
398 { 398 {
399 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-s pace'", 399 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-s pace'",
400 "reason": "border box change" 400 "reason": "geometry"
401 }, 401 },
402 { 402 {
403 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-r ound'", 403 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-r ound'",
404 "reason": "border box change" 404 "reason": "geometry"
405 } 405 }
406 ] 406 ]
407 } 407 }
408 408
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698