OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
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": "InlineFlowBox", | 10 "object": "InlineFlowBox", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "rect": [0, 0, 0, 0], | 21 "rect": [0, 0, 0, 0], |
22 "reason": "full" | 22 "reason": "full" |
23 }, | 23 }, |
24 { | 24 { |
25 "object": "InlineTextBox 'CONTENTS'", | 25 "object": "InlineTextBox 'CONTENTS'", |
26 "rect": [0, 0, 0, 0], | 26 "rect": [0, 0, 0, 0], |
27 "reason": "full" | 27 "reason": "full" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutBlockFlow (anonymous)", | 30 "object": "LayoutBlockFlow (anonymous)", |
31 "rect": [18, 110, 200, 20], | |
32 "reason": "bounds change" | |
33 }, | |
34 { | |
35 "object": "LayoutBlockFlow (anonymous)", | |
36 "rect": [16, 108, 202, 23], | 31 "rect": [16, 108, 202, 23], |
37 "reason": "bounds change" | 32 "reason": "bounds change" |
38 }, | 33 }, |
39 { | 34 { |
40 "object": "LayoutBlockFlow (anonymous)", | 35 "object": "LayoutBlockFlow (anonymous)", |
41 "rect": [18, 150, 200, 20], | |
42 "reason": "bounds change" | |
43 }, | |
44 { | |
45 "object": "LayoutBlockFlow (anonymous)", | |
46 "rect": [16, 148, 202, 23], | 36 "rect": [16, 148, 202, 23], |
47 "reason": "bounds change" | 37 "reason": "bounds change" |
48 }, | 38 }, |
49 { | 39 { |
50 "object": "LayoutBlockFlow (anonymous)", | 40 "object": "LayoutBlockFlow (anonymous)", |
51 "rect": [0, 0, 0, 0], | 41 "rect": [0, 0, 0, 0], |
52 "reason": "forced by layout" | 42 "reason": "forced by layout" |
53 }, | 43 }, |
54 { | 44 { |
55 "object": "LayoutInline SPAN id='outer'", | 45 "object": "LayoutInline SPAN id='outer'", |
(...skipping 28 matching lines...) Expand all Loading... |
84 { | 74 { |
85 "object": "RootInlineBox", | 75 "object": "RootInlineBox", |
86 "rect": [0, 0, 0, 0], | 76 "rect": [0, 0, 0, 0], |
87 "reason": "full" | 77 "reason": "full" |
88 } | 78 } |
89 ] | 79 ] |
90 } | 80 } |
91 ] | 81 ] |
92 } | 82 } |
93 | 83 |
OLD | NEW |