| 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], |
| 8 "contentsOpaque": true, | 16 "contentsOpaque": true, |
| 9 "children": [ | 17 "drawsContent": true, |
| 10 { | 18 "backgroundColor": "#FF0000" |
| 11 "name": "LayoutBlockFlow HTML", | 19 }, |
| 12 "bounds": [800, 600], | 20 { |
| 13 "drawsContent": true, | 21 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'", |
| 14 "children": [ | 22 "bounds": [160, 90], |
| 15 { | 23 "isolate": true, |
| 16 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'
", | 24 "contentsOpaque": true, |
| 17 "position": [8, 8], | 25 "drawsContent": true, |
| 18 "contentsOpaque": true, | 26 "backgroundColor": "#008000" |
| 19 "drawsContent": true, | 27 }, |
| 20 "backgroundColor": "#FF0000", | 28 { |
| 21 "children": [ | 29 "name": "LayoutBlockFlow DIV class='blended'", |
| 22 { | 30 "bounds": [160, 90], |
| 23 "name": "LayoutBlockFlow (positioned) DIV class='stacking-cont
ext'", | 31 "blendMode": "multiply", |
| 24 "bounds": [160, 90], | 32 "drawsContent": true, |
| 25 "isolate": true, | 33 "backgroundColor": "#0000FF" |
| 26 "contentsOpaque": true, | 34 }, |
| 27 "drawsContent": true, | 35 { |
| 28 "backgroundColor": "#008000", | 36 "name": "LayoutImage IMG class='accelerated'", |
| 29 "children": [ | 37 "bounds": [160, 90] |
| 30 { | 38 }, |
| 31 "name": "LayoutBlockFlow DIV class='blended'", | 39 { |
| 32 "bounds": [160, 90], | 40 "name": "LayoutBlockFlow (positioned) DIV class='stacking-context' (foregr
ound) Layer", |
| 33 "blendMode": "multiply", | 41 "drawsContent": true |
| 34 "drawsContent": true, | 42 }, |
| 35 "backgroundColor": "#0000FF", | 43 { |
| 36 "children": [ | 44 "name": "LayoutBlockFlow HTML (foreground) Layer", |
| 37 { | 45 "bounds": [800, 600], |
| 38 "name": "LayoutImage IMG class='accelerated'", | 46 "drawsContent": true |
| 39 "bounds": [160, 90] | |
| 40 } | |
| 41 ] | |
| 42 } | |
| 43 ] | |
| 44 }, | |
| 45 { | |
| 46 "name": "LayoutBlockFlow (positioned) DIV class='stacking-cont
ext' (foreground) Layer", | |
| 47 "drawsContent": true | |
| 48 } | |
| 49 ] | |
| 50 }, | |
| 51 { | |
| 52 "name": "LayoutBlockFlow HTML (foreground) Layer", | |
| 53 "bounds": [800, 600], | |
| 54 "drawsContent": true | |
| 55 } | |
| 56 ] | |
| 57 } | |
| 58 ] | |
| 59 } | 47 } |
| 60 ] | 48 ] |
| 61 } | 49 } |
| 62 | 50 |
| OLD | NEW |