OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [600, 250], | 5 "bounds": [600, 250], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow (positioned) DIV class='container'", | 10 "object": "LayoutBlockFlow (positioned) DIV class='container'", |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "layers": [ | 90 "layers": [ |
91 { | 91 { |
92 "name": "LayoutView #document", | 92 "name": "LayoutView #document", |
93 "bounds": [400, 600], | 93 "bounds": [400, 600], |
94 "contentsOpaque": true, | 94 "contentsOpaque": true, |
95 "drawsContent": true, | 95 "drawsContent": true, |
96 "paintInvalidations": [ | 96 "paintInvalidations": [ |
97 { | 97 { |
98 "object": "LayoutBlockFlow (positioned) DIV class='container'", | 98 "object": "LayoutBlockFlow (positioned) DIV class='container'", |
99 "rect": [0, 0, 400, 600], | 99 "rect": [0, 0, 400, 600], |
100 "reason": "full" | 100 "reason": "forced by layout" |
101 }, | 101 }, |
102 { | 102 { |
103 "object": "LayoutView #document", | 103 "object": "LayoutView #document", |
104 "rect": [0, 250, 400, 350], | 104 "rect": [0, 250, 400, 350], |
105 "reason": "incremental" | 105 "reason": "incremental" |
106 } | 106 } |
107 ] | 107 ] |
108 } | 108 } |
109 ], | 109 ], |
110 "objectPaintInvalidations": [ | 110 "objectPaintInvalidations": [ |
111 { | 111 { |
112 "object": "LayoutView #document", | 112 "object": "LayoutView #document", |
113 "reason": "incremental" | 113 "reason": "incremental" |
114 }, | 114 }, |
115 { | 115 { |
116 "object": "LayoutBlockFlow (positioned) DIV class='container'", | 116 "object": "LayoutBlockFlow (positioned) DIV class='container'", |
117 "reason": "full" | 117 "reason": "forced by layout" |
118 }, | 118 }, |
119 { | 119 { |
120 "object": "LayoutBlockFlow DIV class='parent'", | 120 "object": "LayoutBlockFlow DIV class='parent'", |
121 "reason": "forced by layout" | 121 "reason": "forced by layout" |
122 }, | 122 }, |
123 { | 123 { |
124 "object": "RootInlineBox", | 124 "object": "RootInlineBox", |
125 "reason": "forced by layout" | 125 "reason": "forced by layout" |
126 }, | 126 }, |
127 { | 127 { |
128 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", | 128 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", |
129 "reason": "forced by layout" | 129 "reason": "forced by layout" |
130 } | 130 } |
131 ] | 131 ] |
132 } | 132 } |
133 { | 133 { |
134 "layers": [ | 134 "layers": [ |
135 { | 135 { |
136 "name": "LayoutView #document", | 136 "name": "LayoutView #document", |
137 "bounds": [800, 600], | 137 "bounds": [800, 600], |
138 "contentsOpaque": true, | 138 "contentsOpaque": true, |
139 "drawsContent": true, | 139 "drawsContent": true, |
140 "paintInvalidations": [ | 140 "paintInvalidations": [ |
141 { | 141 { |
142 "object": "LayoutBlockFlow (positioned) DIV class='container'", | 142 "object": "LayoutBlockFlow (positioned) DIV class='container'", |
143 "rect": [0, 0, 800, 600], | 143 "rect": [0, 0, 800, 600], |
144 "reason": "full" | 144 "reason": "forced by layout" |
145 }, | 145 }, |
146 { | 146 { |
147 "object": "LayoutView #document", | 147 "object": "LayoutView #document", |
148 "rect": [400, 0, 400, 600], | 148 "rect": [400, 0, 400, 600], |
149 "reason": "incremental" | 149 "reason": "incremental" |
150 } | 150 } |
151 ] | 151 ] |
152 } | 152 } |
153 ], | 153 ], |
154 "objectPaintInvalidations": [ | 154 "objectPaintInvalidations": [ |
155 { | 155 { |
156 "object": "LayoutView #document", | 156 "object": "LayoutView #document", |
157 "reason": "incremental" | 157 "reason": "incremental" |
158 }, | 158 }, |
159 { | 159 { |
160 "object": "LayoutBlockFlow (positioned) DIV class='container'", | 160 "object": "LayoutBlockFlow (positioned) DIV class='container'", |
161 "reason": "full" | 161 "reason": "forced by layout" |
162 }, | 162 }, |
163 { | 163 { |
164 "object": "LayoutBlockFlow DIV class='parent'", | 164 "object": "LayoutBlockFlow DIV class='parent'", |
165 "reason": "forced by layout" | 165 "reason": "forced by layout" |
166 }, | 166 }, |
167 { | 167 { |
168 "object": "RootInlineBox", | 168 "object": "RootInlineBox", |
169 "reason": "forced by layout" | 169 "reason": "forced by layout" |
170 }, | 170 }, |
171 { | 171 { |
172 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", | 172 "object": "LayoutBlockFlow (relative positioned) DIV class='child'", |
173 "reason": "forced by layout" | 173 "reason": "forced by layout" |
174 } | 174 } |
175 ] | 175 ] |
176 } | 176 } |
177 | 177 |
OLD | NEW |