| 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 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "children": [ | 10 "children": [ |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 "rect": [0, 0, 70, 70], | 21 "rect": [0, 0, 70, 70], |
| 22 "reason": "full" | 22 "reason": "full" |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", | 25 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
| 26 "rect": [-30, -30, 50, 100], | 26 "rect": [-30, -30, 50, 100], |
| 27 "reason": "subtree" | 27 "reason": "subtree" |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "object": "LayoutBlockFlow DIV class='child'", | 30 "object": "LayoutBlockFlow DIV class='child'", |
| 31 "rect": [-30, -30, 50, 50], | 31 "rect": [0, 0, 20, 20], |
| 32 "reason": "subtree" | 32 "reason": "subtree" |
| 33 } | 33 } |
| 34 ], | 34 ], |
| 35 "children": [ | 35 "children": [ |
| 36 { | 36 { |
| 37 "name": "Child Containment Layer", | 37 "name": "Child Containment Layer", |
| 38 "bounds": [90, 90], | 38 "bounds": [90, 90], |
| 39 "children": [ | 39 "children": [ |
| 40 { | 40 { |
| 41 "name": "LayoutBlockFlow DIV class='composited child'", | 41 "name": "LayoutBlockFlow DIV class='composited child'", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 58 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", | 58 "object": "LayoutBlockFlow (positioned) DIV id='composited-box'", |
| 59 "reason": "subtree" | 59 "reason": "subtree" |
| 60 }, | 60 }, |
| 61 { | 61 { |
| 62 "object": "LayoutBlockFlow DIV class='child'", | 62 "object": "LayoutBlockFlow DIV class='child'", |
| 63 "reason": "subtree" | 63 "reason": "subtree" |
| 64 } | 64 } |
| 65 ] | 65 ] |
| 66 } | 66 } |
| 67 | 67 |
| OLD | NEW |