| OLD | NEW |
| 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": [ |
| 11 { | 11 { |
| 12 "object": "LayoutImage (positioned) IMG", | 12 "object": "LayoutImage (positioned) IMG", |
| 13 "rect": [0, 50, 150, 150], | 13 "rect": [0, 50, 150, 150], |
| 14 "reason": "forced by layout" | 14 "reason": "forced by layout" |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 "object": "LayoutImage (positioned) IMG", | 17 "object": "LayoutImage (positioned) IMG", |
| 18 "rect": [0, 50, 100, 200], | 18 "rect": [0, 50, 100, 200], |
| 19 "reason": "forced by layout" | 19 "reason": "forced by layout" |
| 20 }, | |
| 21 { | |
| 22 "object": "LayoutBlockFlow (positioned) DIV", | |
| 23 "rect": [0, 200, 100, 50], | |
| 24 "reason": "incremental" | |
| 25 }, | |
| 26 { | |
| 27 "object": "LayoutBlockFlow (positioned) DIV", | |
| 28 "rect": [100, 50, 50, 150], | |
| 29 "reason": "incremental" | |
| 30 } | 20 } |
| 31 ] | 21 ] |
| 32 } | 22 } |
| 33 ], | 23 ], |
| 34 "objectPaintInvalidations": [ | 24 "objectPaintInvalidations": [ |
| 35 { | 25 { |
| 36 "object": "LayoutBlockFlow (positioned) DIV", | |
| 37 "reason": "incremental" | |
| 38 }, | |
| 39 { | |
| 40 "object": "LayoutImage (positioned) IMG", | 26 "object": "LayoutImage (positioned) IMG", |
| 41 "reason": "forced by layout" | 27 "reason": "forced by layout" |
| 42 } | 28 } |
| 43 ] | 29 ] |
| 44 } | 30 } |
| 45 | 31 |
| OLD | NEW |