| 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": "LayoutIFrame (positioned) IFRAME", |
| 11 "bounds": [400, 400], |
| 12 "drawsContent": true |
| 13 }, |
| 14 { |
| 15 "name": "Frame Overflow Controls Host Layer", |
| 16 "bounds": [400, 400] |
| 17 }, |
| 18 { |
| 19 "name": "Frame Clipping Layer", |
| 20 "bounds": [400, 400] |
| 21 }, |
| 22 { |
| 23 "name": "Frame Scrolling Layer" |
| 24 }, |
| 25 { |
| 26 "name": "Content Root Layer", |
| 27 "bounds": [400, 400] |
| 28 }, |
| 29 { |
| 30 "name": "LayoutView #document", |
| 31 "bounds": [400, 400], |
| 9 "drawsContent": true, | 32 "drawsContent": true, |
| 10 "children": [ | 33 "backgroundColor": "#FF0000" |
| 11 { | 34 }, |
| 12 "name": "LayoutIFrame (positioned) IFRAME", | 35 { |
| 13 "bounds": [400, 400], | 36 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", |
| 14 "drawsContent": true, | 37 "position": [50, 50], |
| 15 "children": [ | 38 "bounds": [100, 100], |
| 16 { | 39 "contentsOpaque": true, |
| 17 "name": "Frame Overflow Controls Host Layer", | 40 "drawsContent": true, |
| 18 "bounds": [400, 400], | 41 "backgroundColor": "#008000" |
| 19 "children": [ | |
| 20 { | |
| 21 "name": "Frame Clipping Layer", | |
| 22 "bounds": [400, 400], | |
| 23 "children": [ | |
| 24 { | |
| 25 "name": "Frame Scrolling Layer", | |
| 26 "children": [ | |
| 27 { | |
| 28 "name": "Content Root Layer", | |
| 29 "bounds": [400, 400], | |
| 30 "children": [ | |
| 31 { | |
| 32 "name": "LayoutView #document", | |
| 33 "bounds": [400, 400], | |
| 34 "drawsContent": true, | |
| 35 "backgroundColor": "#FF0000", | |
| 36 "children": [ | |
| 37 { | |
| 38 "name": "LayoutBlockFlow (positioned) DIV clas
s='positioned layer'", | |
| 39 "position": [50, 50], | |
| 40 "bounds": [100, 100], | |
| 41 "contentsOpaque": true, | |
| 42 "drawsContent": true, | |
| 43 "backgroundColor": "#008000" | |
| 44 } | |
| 45 ] | |
| 46 } | |
| 47 ] | |
| 48 } | |
| 49 ] | |
| 50 } | |
| 51 ] | |
| 52 } | |
| 53 ] | |
| 54 } | |
| 55 ] | |
| 56 } | |
| 57 ] | |
| 58 } | 42 } |
| 59 ] | 43 ] |
| 60 } | 44 } |
| 61 | 45 |
| OLD | NEW |