| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [808, 816], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [808, 816], | 5 "bounds": [808, 816], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "Squashing Containment Layer", |
| 11 "shouldFlattenTransform": false |
| 12 }, |
| 13 { |
| 14 "name": "LayoutBlockFlow DIV", |
| 15 "position": [8, 8], |
| 16 "bounds": [800, 800], |
| 17 "contentsOpaque": true, |
| 9 "drawsContent": true, | 18 "drawsContent": true, |
| 10 "children": [ | 19 "backgroundColor": "#D3D3D3" |
| 20 }, |
| 21 { |
| 22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione
d) DIV)", |
| 23 "position": [8, 0], |
| 24 "bounds": [592, 600], |
| 25 "drawsContent": true, |
| 26 "paintInvalidations": [ |
| 11 { | 27 { |
| 12 "name": "Squashing Containment Layer", | 28 "object": "LayoutBlockFlow DIV id='imgElement'", |
| 13 "shouldFlattenTransform": false, | 29 "rect": [392, 400, 200, 200], |
| 14 "children": [ | 30 "reason": "style change" |
| 15 { | |
| 16 "name": "LayoutBlockFlow DIV", | |
| 17 "position": [8, 8], | |
| 18 "bounds": [800, 800], | |
| 19 "contentsOpaque": true, | |
| 20 "drawsContent": true, | |
| 21 "backgroundColor": "#D3D3D3" | |
| 22 }, | |
| 23 { | |
| 24 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV)", | |
| 25 "position": [8, 0], | |
| 26 "bounds": [592, 600], | |
| 27 "drawsContent": true, | |
| 28 "paintInvalidations": [ | |
| 29 { | |
| 30 "object": "LayoutBlockFlow DIV id='imgElement'", | |
| 31 "rect": [392, 400, 200, 200], | |
| 32 "reason": "style change" | |
| 33 } | |
| 34 ] | |
| 35 } | |
| 36 ] | |
| 37 } | 31 } |
| 38 ] | 32 ] |
| 39 } | 33 } |
| 40 ], | 34 ], |
| 41 "objectPaintInvalidations": [ | 35 "objectPaintInvalidations": [ |
| 42 { | 36 { |
| 43 "object": "LayoutBlockFlow DIV id='imgElement'", | 37 "object": "LayoutBlockFlow DIV id='imgElement'", |
| 44 "reason": "style change" | 38 "reason": "style change" |
| 45 } | 39 } |
| 46 ] | 40 ] |
| 47 } | 41 } |
| 48 | 42 |
| OLD | NEW |