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 (anonymous)", | 10 "object": "LayoutBlockFlow (anonymous)", |
11 "rect": [8, 148, 784, 18], | 11 "rect": [8, 148, 784, 18], |
12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
13 }, | 13 }, |
14 { | 14 { |
15 "object": "LayoutBlockFlow (positioned) DIV id='t'", | 15 "object": "LayoutBlockFlow (positioned) DIV id='t'", |
16 "rect": [8, 166, 100, 100], | 16 "rect": [8, 166, 100, 100], |
17 "reason": "layoutObject insertion" | 17 "reason": "layoutObject insertion" |
18 }, | |
19 { | |
20 "object": "LayoutInline (relative positioned) SPAN id='p'", | |
21 "rect": [8, 148, 4, 17], | |
22 "reason": "forced by layout" | |
23 }, | |
24 { | |
25 "object": "LayoutText #text", | |
26 "rect": [8, 148, 4, 17], | |
27 "reason": "forced by layout" | |
28 } | 18 } |
29 ] | 19 ] |
30 } | 20 } |
31 ], | 21 ], |
32 "objectPaintInvalidations": [ | 22 "objectPaintInvalidations": [ |
33 { | 23 { |
34 "object": "LayoutBlockFlow (anonymous)", | 24 "object": "LayoutBlockFlow (anonymous)", |
35 "reason": "forced by layout" | 25 "reason": "forced by layout" |
36 }, | 26 }, |
37 { | 27 { |
(...skipping 16 matching lines...) Expand all Loading... |
54 "object": "InlineTextBox '\u00A0'", | 44 "object": "InlineTextBox '\u00A0'", |
55 "reason": "forced by layout" | 45 "reason": "forced by layout" |
56 }, | 46 }, |
57 { | 47 { |
58 "object": "LayoutBlockFlow (positioned) DIV id='t'", | 48 "object": "LayoutBlockFlow (positioned) DIV id='t'", |
59 "reason": "layoutObject insertion" | 49 "reason": "layoutObject insertion" |
60 } | 50 } |
61 ] | 51 ] |
62 } | 52 } |
63 | 53 |
OLD | NEW |