OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "drawsContent": true, | 9 "drawsContent": true, |
8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
9 { | 11 { |
10 "object": "LayoutBlockFlow DIV id='test'", | 12 "object": "LayoutBlockFlow DIV id='test'", |
11 "rect": [38, 75, 152, 107], | 13 "rect": [38, 75, 152, 107], |
12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
13 }, | 15 }, |
14 { | 16 { |
(...skipping 18 matching lines...) Expand all Loading... |
33 }, | 35 }, |
34 { | 36 { |
35 "object": "LayoutText #text", | 37 "object": "LayoutText #text", |
36 "rect": [74, 75, 39, 17], | 38 "rect": [74, 75, 39, 17], |
37 "reason": "bounds change" | 39 "reason": "bounds change" |
38 }, | 40 }, |
39 { | 41 { |
40 "object": "LayoutText #text", | 42 "object": "LayoutText #text", |
41 "rect": [39, 75, 36, 17], | 43 "rect": [39, 75, 36, 17], |
42 "reason": "selection" | 44 "reason": "selection" |
43 }, | |
44 { | |
45 "object": "InlineTextBox '\n'", | |
46 "reason": "full" | |
47 }, | |
48 { | |
49 "object": "InlineTextBox '\n'", | |
50 "reason": "bounds change" | |
51 }, | |
52 { | |
53 "object": "InlineTextBox ' '", | |
54 "reason": "full" | |
55 }, | |
56 { | |
57 "object": "InlineTextBox ' '", | |
58 "reason": "full" | |
59 }, | |
60 { | |
61 "object": "InlineTextBox ' '", | |
62 "reason": "full" | |
63 }, | |
64 { | |
65 "object": "InlineTextBox ' '", | |
66 "reason": "full" | |
67 }, | |
68 { | |
69 "object": "InlineTextBox ' '", | |
70 "reason": "full" | |
71 }, | |
72 { | |
73 "object": "InlineTextBox ' world'", | |
74 "reason": "full" | |
75 }, | |
76 { | |
77 "object": "InlineTextBox 'hello '", | |
78 "reason": "full" | |
79 }, | |
80 { | |
81 "object": "InlineTextBox 'hello '", | |
82 "reason": "selection" | |
83 }, | |
84 { | |
85 "object": "InlineTextBox 'hello world hello'", | |
86 "reason": "full" | |
87 }, | |
88 { | |
89 "object": "InlineTextBox 'hello world hello'", | |
90 "reason": "full" | |
91 }, | |
92 { | |
93 "object": "InlineTextBox 'world hello world'", | |
94 "reason": "full" | |
95 }, | |
96 { | |
97 "object": "InlineTextBox 'world hello world'", | |
98 "reason": "full" | |
99 }, | |
100 { | |
101 "object": "InlineTextBox 'world hello'", | |
102 "reason": "full" | |
103 }, | |
104 { | |
105 "object": "InlineTextBox 'world hello'", | |
106 "reason": "full" | |
107 }, | |
108 { | |
109 "object": "InlineTextBox 'world'", | |
110 "reason": "bounds change" | |
111 }, | |
112 { | |
113 "object": "InlineTextBox 'world'", | |
114 "reason": "selection" | |
115 }, | |
116 { | |
117 "object": "LayoutBR BR", | |
118 "reason": "bounds change" | |
119 }, | |
120 { | |
121 "object": "LayoutBlockFlow BODY", | |
122 "reason": "selection" | |
123 }, | |
124 { | |
125 "object": "LayoutBlockFlow DIV id='test'", | |
126 "reason": "selection" | |
127 }, | |
128 { | |
129 "object": "LayoutBlockFlow HTML", | |
130 "reason": "selection" | |
131 }, | |
132 { | |
133 "object": "LayoutInline SPAN id='removeme'", | |
134 "reason": "layoutObject removal" | |
135 }, | |
136 { | |
137 "object": "LayoutText #text", | |
138 "reason": "selection" | |
139 }, | |
140 { | |
141 "object": "RootInlineBox", | |
142 "reason": "full" | |
143 }, | |
144 { | |
145 "object": "RootInlineBox", | |
146 "reason": "full" | |
147 }, | |
148 { | |
149 "object": "RootInlineBox", | |
150 "reason": "full" | |
151 }, | |
152 { | |
153 "object": "RootInlineBox", | |
154 "reason": "full" | |
155 }, | |
156 { | |
157 "object": "RootInlineBox", | |
158 "reason": "full" | |
159 }, | |
160 { | |
161 "object": "RootInlineBox", | |
162 "reason": "full" | |
163 }, | |
164 { | |
165 "object": "RootInlineBox", | |
166 "reason": "full" | |
167 } | 45 } |
168 ] | 46 ] |
169 } | 47 } |
| 48 ], |
| 49 "objectPaintInvalidations": [ |
| 50 { |
| 51 "object": "LayoutText #text", |
| 52 "reason": "layoutObject removal" |
| 53 }, |
| 54 { |
| 55 "object": "LayoutInline SPAN id='removeme'", |
| 56 "reason": "layoutObject removal" |
| 57 }, |
| 58 { |
| 59 "object": "LayoutBlockFlow HTML", |
| 60 "reason": "selection" |
| 61 }, |
| 62 { |
| 63 "object": "LayoutBlockFlow BODY", |
| 64 "reason": "selection" |
| 65 }, |
| 66 { |
| 67 "object": "LayoutBlockFlow DIV id='test'", |
| 68 "reason": "selection" |
| 69 }, |
| 70 { |
| 71 "object": "LayoutBlockFlow DIV id='test'", |
| 72 "reason": "incremental" |
| 73 }, |
| 74 { |
| 75 "object": "LayoutBlockFlow DIV id='test'", |
| 76 "reason": "invalidate paint rectangle" |
| 77 }, |
| 78 { |
| 79 "object": "RootInlineBox", |
| 80 "reason": "incremental" |
| 81 }, |
| 82 { |
| 83 "object": "LayoutText #text", |
| 84 "reason": "selection" |
| 85 }, |
| 86 { |
| 87 "object": "InlineTextBox 'hello '", |
| 88 "reason": "selection" |
| 89 }, |
| 90 { |
| 91 "object": "LayoutText #text", |
| 92 "reason": "selection" |
| 93 }, |
| 94 { |
| 95 "object": "InlineTextBox 'world'", |
| 96 "reason": "selection" |
| 97 }, |
| 98 { |
| 99 "object": "LayoutText #text", |
| 100 "reason": "bounds change" |
| 101 }, |
| 102 { |
| 103 "object": "InlineTextBox 'world'", |
| 104 "reason": "bounds change" |
| 105 }, |
| 106 { |
| 107 "object": "LayoutBR BR", |
| 108 "reason": "bounds change" |
| 109 }, |
| 110 { |
| 111 "object": "InlineTextBox '\n'", |
| 112 "reason": "bounds change" |
| 113 } |
170 ] | 114 ] |
171 } | 115 } |
172 | 116 |
OLD | NEW |