OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [2008, 2096], | 3 "bounds": [2008, 2096], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [2008, 2096], | 7 "bounds": [2008, 2096], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "object": "LayoutText #text", | 62 "object": "LayoutText #text", |
63 "rect": [488, 52, 4, 19], | 63 "rect": [488, 52, 4, 19], |
64 "reason": "forced by layout" | 64 "reason": "forced by layout" |
65 } | 65 } |
66 ] | 66 ] |
67 } | 67 } |
68 ], | 68 ], |
69 "objectPaintInvalidations": [ | 69 "objectPaintInvalidations": [ |
70 { | 70 { |
71 "object": "LayoutView #document", | 71 "object": "LayoutView #document", |
| 72 "reason": "scroll" |
| 73 }, |
| 74 { |
| 75 "object": "LayoutView #document", |
| 76 "reason": "scroll" |
| 77 }, |
| 78 { |
| 79 "object": "LayoutView #document", |
72 "reason": "style change" | 80 "reason": "style change" |
73 }, | 81 }, |
74 { | 82 { |
75 "object": "LayoutBlockFlow BODY", | 83 "object": "LayoutBlockFlow BODY", |
76 "reason": "style change" | 84 "reason": "style change" |
77 }, | 85 }, |
78 { | 86 { |
79 "object": "LayoutBlockFlow P", | 87 "object": "LayoutBlockFlow P", |
80 "reason": "forced by layout" | 88 "reason": "forced by layout" |
81 }, | 89 }, |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS
class change'", | 123 "object": "InlineTextBox 'Bug 36461 - No vertical scrollbar after the CSS
class change'", |
116 "reason": "forced by layout" | 124 "reason": "forced by layout" |
117 }, | 125 }, |
118 { | 126 { |
119 "object": "LayoutText #text", | 127 "object": "LayoutText #text", |
120 "reason": "forced by layout" | 128 "reason": "forced by layout" |
121 }, | 129 }, |
122 { | 130 { |
123 "object": "InlineTextBox '.'", | 131 "object": "InlineTextBox '.'", |
124 "reason": "forced by layout" | 132 "reason": "forced by layout" |
125 }, | |
126 { | |
127 "object": "LayoutView #document", | |
128 "reason": "scroll" | |
129 }, | |
130 { | |
131 "object": "LayoutView #document", | |
132 "reason": "scroll" | |
133 } | 133 } |
134 ] | 134 ] |
135 } | 135 } |
136 | 136 |
OLD | NEW |