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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 { | 61 { |
62 "object": "LayoutSVGText text", | 62 "object": "LayoutSVGText text", |
63 "rect": [10, 62, 306, 378], | 63 "rect": [10, 62, 306, 378], |
64 "reason": "full" | 64 "reason": "full" |
65 } | 65 } |
66 ] | 66 ] |
67 } | 67 } |
68 ], | 68 ], |
69 "objectPaintInvalidations": [ | 69 "objectPaintInvalidations": [ |
70 { | 70 { |
| 71 "object": "InlineTextBox 'FAIL'", |
| 72 "reason": "full" |
| 73 }, |
| 74 { |
71 "object": "LayoutSVGInlineText #text", | 75 "object": "LayoutSVGInlineText #text", |
72 "reason": "layoutObject removal" | 76 "reason": "layoutObject removal" |
73 }, | 77 }, |
74 { | 78 { |
| 79 "object": "RootInlineBox", |
| 80 "reason": "full" |
| 81 }, |
| 82 { |
| 83 "object": "InlineFlowBox", |
| 84 "reason": "full" |
| 85 }, |
| 86 { |
| 87 "object": "InlineTextBox ''", |
| 88 "reason": "full" |
| 89 }, |
| 90 { |
| 91 "object": "InlineFlowBox", |
| 92 "reason": "full" |
| 93 }, |
| 94 { |
| 95 "object": "InlineTextBox 'PASS'", |
| 96 "reason": "full" |
| 97 }, |
| 98 { |
| 99 "object": "InlineTextBox ''", |
| 100 "reason": "full" |
| 101 }, |
| 102 { |
| 103 "object": "InlineFlowBox", |
| 104 "reason": "full" |
| 105 }, |
| 106 { |
| 107 "object": "InlineTextBox 'PASS'", |
| 108 "reason": "full" |
| 109 }, |
| 110 { |
75 "object": "LayoutSVGRoot (positioned) svg", | 111 "object": "LayoutSVGRoot (positioned) svg", |
76 "reason": "bounds change" | 112 "reason": "bounds change" |
77 }, | 113 }, |
78 { | 114 { |
79 "object": "LayoutSVGText text", | 115 "object": "LayoutSVGText text", |
80 "reason": "full" | 116 "reason": "full" |
81 }, | 117 }, |
82 { | 118 { |
83 "object": "RootInlineBox", | 119 "object": "RootInlineBox", |
84 "reason": "full" | 120 "reason": "full" |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 "object": "InlineTextBox 'PASS'", | 167 "object": "InlineTextBox 'PASS'", |
132 "reason": "bounds change" | 168 "reason": "bounds change" |
133 }, | 169 }, |
134 { | 170 { |
135 "object": "LayoutSVGInlineText #text", | 171 "object": "LayoutSVGInlineText #text", |
136 "reason": "bounds change" | 172 "reason": "bounds change" |
137 } | 173 } |
138 ] | 174 ] |
139 } | 175 } |
140 | 176 |
OLD | NEW |