| 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='stacking-context'", |
| 15 "position": [8, 8], |
| 16 "bounds": [160, 90], |
| 17 "isolate": true, |
| 8 "contentsOpaque": true, | 18 "contentsOpaque": true, |
| 9 "children": [ | 19 "drawsContent": true, |
| 10 { | 20 "backgroundColor": "#008000" |
| 11 "name": "LayoutBlockFlow HTML", | 21 }, |
| 12 "bounds": [800, 600], | 22 { |
| 13 "drawsContent": true, | 23 "name": "LayoutImage IMG class='accelerated blended'", |
| 14 "children": [ | 24 "bounds": [160, 90], |
| 15 { | 25 "blendMode": "multiply" |
| 16 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'
", | 26 }, |
| 17 "position": [8, 8], | 27 { |
| 18 "bounds": [160, 90], | 28 "name": "LayoutBlockFlow HTML (foreground) Layer", |
| 19 "isolate": true, | 29 "bounds": [800, 600], |
| 20 "contentsOpaque": true, | 30 "drawsContent": true |
| 21 "drawsContent": true, | |
| 22 "backgroundColor": "#008000", | |
| 23 "children": [ | |
| 24 { | |
| 25 "name": "LayoutImage IMG class='accelerated blended'", | |
| 26 "bounds": [160, 90], | |
| 27 "blendMode": "multiply" | |
| 28 } | |
| 29 ] | |
| 30 }, | |
| 31 { | |
| 32 "name": "LayoutBlockFlow HTML (foreground) Layer", | |
| 33 "bounds": [800, 600], | |
| 34 "drawsContent": true | |
| 35 } | |
| 36 ] | |
| 37 } | |
| 38 ] | |
| 39 } | 31 } |
| 40 ] | 32 ] |
| 41 } | 33 } |
| 42 | 34 |
| OLD | NEW |