| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", |
| 11 "position": [10, 10], |
| 12 "bounds": [120, 120], |
| 9 "drawsContent": true, | 13 "drawsContent": true, |
| 10 "children": [ | 14 "backgroundColor": "#008000" |
| 11 { | 15 }, |
| 12 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", | 16 { |
| 13 "position": [10, 10], | 17 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", |
| 14 "bounds": [120, 120], | 18 "position": [50, 50], |
| 15 "drawsContent": true, | 19 "bounds": [220, 120], |
| 16 "backgroundColor": "#008000", | 20 "drawsContent": true, |
| 17 "children": [ | 21 "backgroundColor": "#FF000099" |
| 18 { | 22 }, |
| 19 "name": "LayoutBlockFlow (positioned) DIV class='composited box'", | 23 { |
| 20 "position": [50, 50], | 24 "name": "LayoutBlockFlow (positioned) DIV id='indicator'", |
| 21 "bounds": [220, 120], | 25 "position": [75, 75], |
| 22 "drawsContent": true, | 26 "bounds": [56, 56], |
| 23 "backgroundColor": "#FF000099" | 27 "contentsOpaque": true, |
| 24 } | 28 "drawsContent": true, |
| 25 ] | 29 "backgroundColor": "#0000FF" |
| 26 }, | |
| 27 { | |
| 28 "name": "LayoutBlockFlow (positioned) DIV id='indicator'", | |
| 29 "position": [75, 75], | |
| 30 "bounds": [56, 56], | |
| 31 "contentsOpaque": true, | |
| 32 "drawsContent": true, | |
| 33 "backgroundColor": "#0000FF" | |
| 34 } | |
| 35 ] | |
| 36 } | 30 } |
| 37 ] | 31 ] |
| 38 } | 32 } |
| 39 | 33 |
| OLD | NEW |