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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/background-resize-height-expected.txt

Issue 2217813005: Auto-rebaseline for r409965 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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": [
11 {
12 "object": "LayoutBlockFlow (positioned) DIV id='container'",
13 "rect": [8, 508, 600, 50],
14 "reason": "incremental"
15 }
16 ],
17 "children": [ 10 "children": [
18 { 11 {
19 "name": "LayoutBlockFlow (positioned) DIV class='test image'", 12 "name": "LayoutBlockFlow (positioned) DIV class='test image'",
20 "position": [8, 8], 13 "position": [8, 8],
21 "bounds": [60, 44], 14 "bounds": [60, 44],
22 "drawsContent": true, 15 "drawsContent": true,
23 "backfaceVisibility": "hidden", 16 "backfaceVisibility": "hidden",
24 "paintInvalidations": [ 17 "paintInvalidations": [
25 { 18 {
26 "object": "LayoutBlockFlow (positioned) DIV class='test image'", 19 "object": "LayoutBlockFlow (positioned) DIV class='test image'",
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "rect": [0, 0, 60, 44], 314 "rect": [0, 0, 60, 44],
322 "reason": "border box change" 315 "reason": "border box change"
323 } 316 }
324 ] 317 ]
325 } 318 }
326 ] 319 ]
327 } 320 }
328 ], 321 ],
329 "objectPaintInvalidations": [ 322 "objectPaintInvalidations": [
330 { 323 {
331 "object": "LayoutBlockFlow (positioned) DIV id='container'",
332 "reason": "incremental"
333 },
334 {
335 "object": "LayoutBlockFlow (positioned) DIV class='test image'", 324 "object": "LayoutBlockFlow (positioned) DIV class='test image'",
336 "reason": "incremental" 325 "reason": "incremental"
337 }, 326 },
338 { 327 {
339 "object": "LayoutBlockFlow (positioned) DIV class='test image size-cover'" , 328 "object": "LayoutBlockFlow (positioned) DIV class='test image size-cover'" ,
340 "reason": "border box change" 329 "reason": "border box change"
341 }, 330 },
342 { 331 {
343 "object": "LayoutBlockFlow (positioned) DIV class='test image size-contain '", 332 "object": "LayoutBlockFlow (positioned) DIV class='test image size-contain '",
344 "reason": "border box change" 333 "reason": "border box change"
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-s pace'", 404 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-s pace'",
416 "reason": "border box change" 405 "reason": "border box change"
417 }, 406 },
418 { 407 {
419 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-r ound'", 408 "object": "LayoutBlockFlow (positioned) DIV class='test generated repeat-r ound'",
420 "reason": "border box change" 409 "reason": "border box change"
421 } 410 }
422 ] 411 ]
423 } 412 }
424 413
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698