OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [1418, 1008], | 3 "bounds": [1418, 1008], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [1418, 1008], | 7 "bounds": [1418, 1008], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 } | 76 } |
77 ] | 77 ] |
78 } | 78 } |
79 ], | 79 ], |
80 "objectPaintInvalidations": [ | 80 "objectPaintInvalidations": [ |
81 { | 81 { |
82 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti
le'", | 82 "object": "LayoutBlockFlow (relative positioned) DIV id='foo' class='mv-ti
le'", |
83 "reason": "layoutObject removal" | 83 "reason": "layoutObject removal" |
84 }, | 84 }, |
85 { | 85 { |
| 86 "object": "InlineBox", |
| 87 "reason": "full" |
| 88 }, |
| 89 { |
| 90 "object": "RootInlineBox", |
| 91 "reason": "full" |
| 92 }, |
| 93 { |
| 94 "object": "InlineBox", |
| 95 "reason": "full" |
| 96 }, |
| 97 { |
| 98 "object": "RootInlineBox", |
| 99 "reason": "full" |
| 100 }, |
| 101 { |
86 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", | 102 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", |
87 "reason": "subtree" | 103 "reason": "subtree" |
88 }, | 104 }, |
89 { | 105 { |
90 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", | 106 "object": "LayoutBlockFlow (relative positioned) DIV class='mv-tile'", |
91 "reason": "subtree" | 107 "reason": "subtree" |
92 }, | 108 }, |
93 { | 109 { |
94 "object": "LayoutBlockFlow DIV id='container'", | 110 "object": "LayoutBlockFlow DIV id='container'", |
95 "reason": "incremental" | 111 "reason": "incremental" |
(...skipping 26 matching lines...) Expand all Loading... |
122 "object": "LayoutText #text", | 138 "object": "LayoutText #text", |
123 "reason": "bounds change" | 139 "reason": "bounds change" |
124 }, | 140 }, |
125 { | 141 { |
126 "object": "LayoutText #text", | 142 "object": "LayoutText #text", |
127 "reason": "bounds change" | 143 "reason": "bounds change" |
128 } | 144 } |
129 ] | 145 ] |
130 } | 146 } |
131 | 147 |
OLD | NEW |