| 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 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 { | 46 { |
| 47 "object": "LayoutSVGEllipse circle", | 47 "object": "LayoutSVGEllipse circle", |
| 48 "rect": [89, 189, 40, 40], | 48 "rect": [89, 189, 40, 40], |
| 49 "reason": "forced by layout" | 49 "reason": "forced by layout" |
| 50 } | 50 } |
| 51 ] | 51 ] |
| 52 } | 52 } |
| 53 ], | 53 ], |
| 54 "objectPaintInvalidations": [ | 54 "objectPaintInvalidations": [ |
| 55 { | 55 { |
| 56 "object": "RootInlineBox", |
| 57 "reason": "full" |
| 58 }, |
| 59 { |
| 60 "object": "InlineBox", |
| 61 "reason": "full" |
| 62 }, |
| 63 { |
| 56 "object": "LayoutBlockFlow div id='contentBox'", | 64 "object": "LayoutBlockFlow div id='contentBox'", |
| 57 "reason": "forced by layout" | 65 "reason": "forced by layout" |
| 58 }, | 66 }, |
| 59 { | 67 { |
| 60 "object": "RootInlineBox", | 68 "object": "RootInlineBox", |
| 61 "reason": "forced by layout" | 69 "reason": "forced by layout" |
| 62 }, | 70 }, |
| 63 { | 71 { |
| 64 "object": "LayoutEmbeddedObject object", | 72 "object": "LayoutEmbeddedObject object", |
| 65 "reason": "incremental" | 73 "reason": "incremental" |
| 66 } | 74 } |
| 67 ] | 75 ] |
| 68 } | 76 } |
| 69 | 77 |
| OLD | NEW |