| 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 DIV class='accelerated-stacking-context'", |
| 11 "position": [8, 8], |
| 12 "bounds": [784, 90], |
| 13 "isolate": true, |
| 14 "contentsOpaque": true, |
| 9 "drawsContent": true, | 15 "drawsContent": true, |
| 10 "children": [ | 16 "backgroundColor": "#0000FF" |
| 11 { | 17 }, |
| 12 "name": "LayoutBlockFlow DIV class='accelerated-stacking-context'", | 18 { |
| 13 "position": [8, 8], | 19 "name": "LayoutBlockFlow DIV id='intermediary' class='accelerated-no-stack
ing-context'", |
| 14 "bounds": [784, 90], | 20 "bounds": [784, 90], |
| 15 "isolate": true, | 21 "contentsOpaque": true, |
| 16 "contentsOpaque": true, | 22 "drawsContent": true, |
| 17 "drawsContent": true, | 23 "backfaceVisibility": "hidden", |
| 18 "backgroundColor": "#0000FF", | 24 "backgroundColor": "#008000" |
| 19 "children": [ | 25 }, |
| 20 { | 26 { |
| 21 "name": "LayoutBlockFlow DIV id='intermediary' class='accelerated-
no-stacking-context'", | 27 "name": "LayoutImage IMG class='accelerated blended'", |
| 22 "bounds": [784, 90], | 28 "bounds": [160, 90], |
| 23 "contentsOpaque": true, | 29 "blendMode": "multiply" |
| 24 "drawsContent": true, | |
| 25 "backfaceVisibility": "hidden", | |
| 26 "backgroundColor": "#008000" | |
| 27 }, | |
| 28 { | |
| 29 "name": "LayoutImage IMG class='accelerated blended'", | |
| 30 "bounds": [160, 90], | |
| 31 "blendMode": "multiply" | |
| 32 } | |
| 33 ] | |
| 34 } | |
| 35 ] | |
| 36 } | 30 } |
| 37 ] | 31 ] |
| 38 } | 32 } |
| 39 | 33 |
| OLD | NEW |