| 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], |
| 6 "contentsOpaque": true |
| 7 }, |
| 8 { |
| 9 "name": "LayoutBlockFlow HTML", |
| 10 "bounds": [800, 600], |
| 11 "drawsContent": true |
| 12 }, |
| 13 { |
| 14 "name": "LayoutBlockFlow (positioned) DIV class='accelerated stacking-cont
ext'", |
| 15 "position": [8, 8], |
| 16 "transformOrigin": [0, 0], |
| 17 "bounds": [160, 90], |
| 8 "contentsOpaque": true, | 18 "contentsOpaque": true, |
| 9 "children": [ | 19 "drawsContent": true, |
| 10 { | 20 "backgroundColor": "#FF0000" |
| 11 "name": "LayoutBlockFlow HTML", | 21 }, |
| 12 "bounds": [800, 600], | 22 { |
| 13 "drawsContent": true, | 23 "name": "LayoutBlockFlow HTML (foreground) Layer", |
| 14 "children": [ | 24 "bounds": [800, 600], |
| 15 { | 25 "drawsContent": true |
| 16 "name": "LayoutBlockFlow (positioned) DIV class='accelerated stack
ing-context'", | |
| 17 "position": [8, 8], | |
| 18 "transformOrigin": [0, 0], | |
| 19 "bounds": [160, 90], | |
| 20 "contentsOpaque": true, | |
| 21 "drawsContent": true, | |
| 22 "backgroundColor": "#FF0000" | |
| 23 }, | |
| 24 { | |
| 25 "name": "LayoutBlockFlow HTML (foreground) Layer", | |
| 26 "bounds": [800, 600], | |
| 27 "drawsContent": true | |
| 28 } | |
| 29 ] | |
| 30 } | |
| 31 ] | |
| 32 } | 26 } |
| 33 ] | 27 ] |
| 34 } | 28 } |
| 35 | 29 |
| OLD | NEW |