| 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 18 matching lines...) Expand all Loading... |
| 29 "reason": "bounds change" | 29 "reason": "bounds change" |
| 30 }, | 30 }, |
| 31 { | 31 { |
| 32 "object": "LayoutEmbeddedObject OBJECT", | 32 "object": "LayoutEmbeddedObject OBJECT", |
| 33 "rect": [1, 1, 400, 200], | 33 "rect": [1, 1, 400, 200], |
| 34 "reason": "bounds change" | 34 "reason": "bounds change" |
| 35 }, | 35 }, |
| 36 { | 36 { |
| 37 "object": "LayoutView #document", | 37 "object": "LayoutView #document", |
| 38 "rect": [1, 1, 400, 200], | 38 "rect": [1, 1, 400, 200], |
| 39 "reason": "full" | |
| 40 }, | |
| 41 { | |
| 42 "object": "LayoutView #document", | |
| 43 "rect": [1, 1, 400, 200], | |
| 44 "reason": "bounds change" | 39 "reason": "bounds change" |
| 45 }, | 40 }, |
| 46 { | 41 { |
| 47 "object": "LayoutView #document", | 42 "object": "LayoutView #document", |
| 48 "rect": [1, 1, 400, 200], | 43 "rect": [1, 1, 400, 200], |
| 49 "reason": "bounds change" | 44 "reason": "bounds change" |
| 50 }, | 45 }, |
| 51 { | 46 { |
| 52 "object": "LayoutSVGRoot svg", | 47 "object": "LayoutSVGRoot svg", |
| 53 "rect": [11, 11, 380, 180], | 48 "rect": [11, 11, 380, 180], |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "object": "LayoutBlockFlow BODY", | 129 "object": "LayoutBlockFlow BODY", |
| 135 "reason": "invalidate paint rectangle" | 130 "reason": "invalidate paint rectangle" |
| 136 }, | 131 }, |
| 137 { | 132 { |
| 138 "object": "LayoutEmbeddedObject OBJECT", | 133 "object": "LayoutEmbeddedObject OBJECT", |
| 139 "reason": "style change" | 134 "reason": "style change" |
| 140 } | 135 } |
| 141 ] | 136 ] |
| 142 } | 137 } |
| 143 | 138 |
| OLD | NEW |