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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "object": "LayoutBlockFlow DIV id='firstLine'", | 70 "object": "LayoutBlockFlow DIV id='firstLine'", |
71 "rect": [0, 0, 0, 0], | 71 "rect": [0, 0, 0, 0], |
72 "reason": "selection" | 72 "reason": "selection" |
73 }, | 73 }, |
74 { | 74 { |
75 "object": "LayoutBlockFlow DIV id='firstLine'", | 75 "object": "LayoutBlockFlow DIV id='firstLine'", |
76 "rect": [8, 8, 100, 200], | 76 "rect": [8, 8, 100, 200], |
77 "reason": "forced by layout" | 77 "reason": "forced by layout" |
78 }, | 78 }, |
79 { | 79 { |
80 "object": "LayoutBlockFlow DIV id='firstLine'", | |
81 "rect": [8, 8, 100, 100], | |
82 "reason": "forced by layout" | |
83 }, | |
84 { | |
85 "object": "LayoutBlockFlow DIV id='root'", | 80 "object": "LayoutBlockFlow DIV id='root'", |
86 "rect": [0, 0, 0, 0], | 81 "rect": [0, 0, 0, 0], |
87 "reason": "selection" | 82 "reason": "selection" |
88 }, | 83 }, |
89 { | 84 { |
90 "object": "LayoutBlockFlow HTML", | 85 "object": "LayoutBlockFlow HTML", |
91 "rect": [0, 0, 0, 0], | 86 "rect": [0, 0, 0, 0], |
92 "reason": "selection" | 87 "reason": "selection" |
93 }, | 88 }, |
94 { | 89 { |
(...skipping 24 matching lines...) Expand all Loading... |
119 { | 114 { |
120 "object": "RootInlineBox", | 115 "object": "RootInlineBox", |
121 "rect": [0, 0, 0, 0], | 116 "rect": [0, 0, 0, 0], |
122 "reason": "full" | 117 "reason": "full" |
123 } | 118 } |
124 ] | 119 ] |
125 } | 120 } |
126 ] | 121 ] |
127 } | 122 } |
128 | 123 |
OLD | NEW |