| OLD | NEW |
| 1 | 1 |
| 2 | 2 |
| 3 { | 3 { |
| 4 "name": "Content Root Layer", | 4 "layers": [ |
| 5 "bounds": [800, 600], | |
| 6 "children": [ | |
| 7 { | 5 { |
| 8 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 9 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 10 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true |
| 10 }, |
| 11 { |
| 12 "name": "LayoutBlockFlow (positioned) DIV class='composited'", |
| 13 "position": [10, 10], |
| 14 "transformOrigin": [-10, -10], |
| 15 "bounds": [590, 210], |
| 16 "drawsContent": true |
| 17 }, |
| 18 { |
| 19 "name": "LayoutBlockFlow (positioned) DIV class='composited'", |
| 20 "position": [10, 260], |
| 21 "transformOrigin": [-10, -10], |
| 22 "bounds": [590, 210], |
| 23 "drawsContent": true |
| 24 }, |
| 25 { |
| 26 "name": "LayoutBlockFlow (relative positioned) DIV class='composited inner
box'", |
| 27 "position": [490, 110], |
| 28 "bounds": [100, 100], |
| 29 "contentsOpaque": true, |
| 11 "drawsContent": true, | 30 "drawsContent": true, |
| 12 "children": [ | 31 "backgroundColor": "#0000FF" |
| 13 { | |
| 14 "name": "LayoutBlockFlow (positioned) DIV class='composited'", | |
| 15 "position": [10, 10], | |
| 16 "transformOrigin": [-10, -10], | |
| 17 "bounds": [590, 210], | |
| 18 "drawsContent": true | |
| 19 }, | |
| 20 { | |
| 21 "name": "LayoutBlockFlow (positioned) DIV class='composited'", | |
| 22 "position": [10, 260], | |
| 23 "transformOrigin": [-10, -10], | |
| 24 "bounds": [590, 210], | |
| 25 "drawsContent": true, | |
| 26 "children": [ | |
| 27 { | |
| 28 "name": "LayoutBlockFlow (relative positioned) DIV class='composit
ed inner box'", | |
| 29 "position": [490, 110], | |
| 30 "bounds": [100, 100], | |
| 31 "contentsOpaque": true, | |
| 32 "drawsContent": true, | |
| 33 "backgroundColor": "#0000FF" | |
| 34 } | |
| 35 ] | |
| 36 } | |
| 37 ] | |
| 38 } | 32 } |
| 39 ] | 33 ] |
| 40 } | 34 } |
| 41 | 35 |
| OLD | NEW |