OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
9 { | 9 { |
10 "object": "LayoutBlockFlow (positioned) DIV id='box'", | 10 "object": "LayoutBlockFlow (positioned) DIV id='box'", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "rect": [100, 100, 100, 180], | 21 "rect": [100, 100, 100, 180], |
22 "reason": "subtree" | 22 "reason": "subtree" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "LayoutInline (relative positioned) SPAN id='child'", | 25 "object": "LayoutInline (relative positioned) SPAN id='child'", |
26 "rect": [300, 300, 80, 179], | 26 "rect": [300, 300, 80, 179], |
27 "reason": "subtree" | 27 "reason": "subtree" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutText #text", | 30 "object": "LayoutText #text", |
31 "rect": [300, 302, 80, 176], | 31 "rect": [300, 302, 80, 177], |
32 "reason": "subtree" | 32 "reason": "subtree" |
33 } | 33 } |
34 ] | 34 ] |
35 } | 35 } |
36 ], | 36 ], |
37 "objectPaintInvalidations": [ | 37 "objectPaintInvalidations": [ |
38 { | 38 { |
39 "object": "LayoutBlockFlow (positioned) DIV id='box'", | 39 "object": "LayoutBlockFlow (positioned) DIV id='box'", |
40 "reason": "subtree" | 40 "reason": "subtree" |
41 }, | 41 }, |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 "object": "InlineTextBox 'Y Z'", | 215 "object": "InlineTextBox 'Y Z'", |
216 "reason": "subtree" | 216 "reason": "subtree" |
217 }, | 217 }, |
218 { | 218 { |
219 "object": "LayoutText #text", | 219 "object": "LayoutText #text", |
220 "reason": "subtree" | 220 "reason": "subtree" |
221 } | 221 } |
222 ] | 222 ] |
223 } | 223 } |
224 | 224 |
OLD | NEW |