| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "children": [ | 9 "children": [ |
| 10 { | 10 { |
| 11 "name": "LayoutBlockFlow HTML", | 11 "name": "LayoutBlockFlow HTML", |
| 12 "bounds": [800, 69], | 12 "bounds": [800, 69], |
| 13 "isolate": true, | 13 "isolate": true, |
| 14 "drawsContent": true, | 14 "drawsContent": true, |
| 15 "children": [ | 15 "children": [ |
| 16 { | 16 { |
| 17 "name": "LayoutBlockFlow DIV", | 17 "name": "LayoutBlockFlow DIV", |
| 18 "position": [8, 18], | 18 "position": [8, 18], |
| 19 "bounds": [10, 10], | 19 "bounds": [10, 10], |
| 20 "blendMode": "multiply", | 20 "blendMode": "multiply", |
| 21 "contentsOpaque": true, | |
| 22 "drawsContent": true, | 21 "drawsContent": true, |
| 23 "backgroundColor": "#0000FF", | 22 "backgroundColor": "#0000FF", |
| 24 "children": [ | 23 "children": [ |
| 25 { | 24 { |
| 26 "name": "LayoutBlockFlow DIV", | 25 "name": "LayoutBlockFlow DIV", |
| 27 "bounds": [10, 10], | 26 "bounds": [10, 10], |
| 28 "contentsOpaque": true, | 27 "contentsOpaque": true, |
| 29 "drawsContent": true, | 28 "drawsContent": true, |
| 30 "backgroundColor": "#FFFF00" | 29 "backgroundColor": "#FFFF00" |
| 31 } | 30 } |
| 32 ] | 31 ] |
| 33 } | 32 } |
| 34 ] | 33 ] |
| 35 } | 34 } |
| 36 ] | 35 ] |
| 37 } | 36 } |
| 38 ] | 37 ] |
| 39 } | 38 } |
| 40 | 39 |
| OLD | NEW |