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": "InlineTextBox '\n'", | 10 "object": "InlineTextBox '\n'", |
(...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 'PASS'", | 25 "object": "InlineTextBox 'PASS'", |
26 "rect": [0, 0, 0, 0], | 26 "rect": [0, 0, 0, 0], |
27 "reason": "location change" | 27 "reason": "location change" |
28 }, | 28 }, |
29 { | 29 { |
30 "object": "LayoutMultiColumnFlowThread (anonymous)", | 30 "object": "LayoutMultiColumnFlowThread (anonymous)", |
31 "rect": [8, 8, 470, 20], | |
32 "reason": "forced by layout" | |
33 }, | |
34 { | |
35 "object": "LayoutMultiColumnFlowThread (anonymous)", | |
36 "rect": [8, 8, 630, 20], | 31 "rect": [8, 8, 630, 20], |
37 "reason": "forced by layout" | 32 "reason": "forced by layout" |
38 }, | 33 }, |
39 { | 34 { |
40 "object": "LayoutText #text", | 35 "object": "LayoutText #text", |
41 "rect": [488, 8, 80, 20], | 36 "rect": [488, 8, 80, 20], |
42 "reason": "location change" | 37 "reason": "location change" |
43 }, | 38 }, |
44 { | 39 { |
45 "object": "RootInlineBox", | 40 "object": "RootInlineBox", |
(...skipping 13 matching lines...) Expand all Loading... |
59 { | 54 { |
60 "object": "RootInlineBox", | 55 "object": "RootInlineBox", |
61 "rect": [0, 0, 0, 0], | 56 "rect": [0, 0, 0, 0], |
62 "reason": "full" | 57 "reason": "full" |
63 } | 58 } |
64 ] | 59 ] |
65 } | 60 } |
66 ] | 61 ] |
67 } | 62 } |
68 | 63 |
OLD | NEW |