OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 { | 51 { |
52 "object": "LayoutText #text", | 52 "object": "LayoutText #text", |
53 "rect": [249, 132, 37, 144], | 53 "rect": [249, 132, 37, 144], |
54 "reason": "incremental" | 54 "reason": "incremental" |
55 } | 55 } |
56 ] | 56 ] |
57 } | 57 } |
58 ], | 58 ], |
59 "objectPaintInvalidations": [ | 59 "objectPaintInvalidations": [ |
60 { | 60 { |
| 61 "object": "RootInlineBox", |
| 62 "reason": "full" |
| 63 }, |
| 64 { |
| 65 "object": "RootInlineBox", |
| 66 "reason": "full" |
| 67 }, |
| 68 { |
| 69 "object": "RootInlineBox", |
| 70 "reason": "full" |
| 71 }, |
| 72 { |
| 73 "object": "RootInlineBox", |
| 74 "reason": "full" |
| 75 }, |
| 76 { |
| 77 "object": "RootInlineBox", |
| 78 "reason": "full" |
| 79 }, |
| 80 { |
| 81 "object": "RootInlineBox", |
| 82 "reason": "full" |
| 83 }, |
| 84 { |
| 85 "object": "RootInlineBox", |
| 86 "reason": "full" |
| 87 }, |
| 88 { |
| 89 "object": "RootInlineBox", |
| 90 "reason": "full" |
| 91 }, |
| 92 { |
| 93 "object": "InlineTextBox 'Curabitur pretium, quam quis semper'", |
| 94 "reason": "full" |
| 95 }, |
| 96 { |
| 97 "object": "InlineTextBox 'malesuada, est libero feugiat libero, vel'", |
| 98 "reason": "full" |
| 99 }, |
| 100 { |
| 101 "object": "InlineTextBox 'fringilla orci nibh sed neque. Quisque eu'", |
| 102 "reason": "full" |
| 103 }, |
| 104 { |
| 105 "object": "InlineTextBox 'nulla non nisi molestie accumsan. Etiam'", |
| 106 "reason": "full" |
| 107 }, |
| 108 { |
| 109 "object": "InlineTextBox 'tellus urna, laoreet ac, laoreet non, suscipit'"
, |
| 110 "reason": "full" |
| 111 }, |
| 112 { |
| 113 "object": "InlineTextBox 'sed, sapien. Phasellus vehicula, sem at'", |
| 114 "reason": "full" |
| 115 }, |
| 116 { |
| 117 "object": "InlineTextBox 'posuere vehicula, augue nibh molestie nisl,'", |
| 118 "reason": "full" |
| 119 }, |
| 120 { |
| 121 "object": "InlineTextBox 'nec ullamcorper lacus ante vulputate pede.'", |
| 122 "reason": "full" |
| 123 }, |
| 124 { |
61 "object": "LayoutTableCell TD id='col1'", | 125 "object": "LayoutTableCell TD id='col1'", |
62 "reason": "incremental" | 126 "reason": "incremental" |
63 }, | 127 }, |
64 { | 128 { |
65 "object": "LayoutBlockFlow DIV", | 129 "object": "LayoutBlockFlow DIV", |
66 "reason": "forced by layout" | 130 "reason": "forced by layout" |
67 }, | 131 }, |
68 { | 132 { |
69 "object": "RootInlineBox", | 133 "object": "RootInlineBox", |
70 "reason": "forced by layout" | 134 "reason": "forced by layout" |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "object": "LayoutBlockFlow DIV", | 181 "object": "LayoutBlockFlow DIV", |
118 "reason": "bounds change" | 182 "reason": "bounds change" |
119 }, | 183 }, |
120 { | 184 { |
121 "object": "LayoutTableCell TD id='target'", | 185 "object": "LayoutTableCell TD id='target'", |
122 "reason": "bounds change" | 186 "reason": "bounds change" |
123 } | 187 } |
124 ] | 188 ] |
125 } | 189 } |
126 | 190 |
OLD | NEW |