Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-5-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutText #text", 10 "object": "LayoutText #text",
11 "rect": [13, 520, 408, 80], 11 "rect": [13, 520, 408, 80],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [13, 240, 407, 139], 16 "rect": [13, 240, 407, 139],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [49, 360, 372, 39], 21 "rect": [49, 360, 372, 39],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [14, 400, 356, 59], 26 "rect": [14, 400, 356, 59],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [14, 440, 355, 79], 31 "rect": [14, 440, 355, 79],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [65, 400, 304, 19], 36 "rect": [65, 400, 304, 19],
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [49, 400, 302, 19], 41 "rect": [49, 400, 302, 19],
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutText #text", 45 "object": "LayoutText #text",
46 "rect": [302, 440, 66, 19], 46 "rect": [302, 440, 66, 19],
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutText #text", 50 "object": "LayoutText #text",
51 "rect": [245, 440, 65, 19], 51 "rect": [245, 440, 65, 19],
52 "reason": "forced by layout" 52 "reason": "geometry"
53 }, 53 },
54 { 54 {
55 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 55 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
56 "rect": [14, 363, 48, 65], 56 "rect": [14, 363, 48, 65],
57 "reason": "border box change" 57 "reason": "geometry"
58 } 58 }
59 ] 59 ]
60 } 60 }
61 ], 61 ],
62 "objectPaintInvalidations": [ 62 "objectPaintInvalidations": [
63 { 63 {
64 "object": "LayoutText #text", 64 "object": "LayoutText #text",
65 "reason": "forced by layout" 65 "reason": "geometry"
66 }, 66 },
67 { 67 {
68 "object": "InlineTextBox 'begin again, it was very'", 68 "object": "InlineTextBox 'begin again, it was very'",
69 "reason": "forced by layout" 69 "reason": "geometry"
70 }, 70 },
71 { 71 {
72 "object": "InlineTextBox 'provoking to find that the hedgehog had\n'", 72 "object": "InlineTextBox 'provoking to find that the hedgehog had\n'",
73 "reason": "forced by layout" 73 "reason": "geometry"
74 }, 74 },
75 { 75 {
76 "object": "InlineTextBox 'unrolled itself, and was'", 76 "object": "InlineTextBox 'unrolled itself, and was'",
77 "reason": "forced by layout" 77 "reason": "geometry"
78 }, 78 },
79 { 79 {
80 "object": "InlineTextBox 'in the act of crawling away: besides all\n'", 80 "object": "InlineTextBox 'in the act of crawling away: besides all\n'",
81 "reason": "forced by layout" 81 "reason": "geometry"
82 }, 82 },
83 { 83 {
84 "object": "InlineTextBox 'this, there was generally'", 84 "object": "InlineTextBox 'this, there was generally'",
85 "reason": "forced by layout" 85 "reason": "geometry"
86 }, 86 },
87 { 87 {
88 "object": "InlineTextBox 'a ridge or furrow in the way wherever\n'", 88 "object": "InlineTextBox 'a ridge or furrow in the way wherever\n'",
89 "reason": "forced by layout" 89 "reason": "geometry"
90 }, 90 },
91 { 91 {
92 "object": "InlineTextBox 'she wanted to send the'", 92 "object": "InlineTextBox 'she wanted to send the'",
93 "reason": "forced by layout" 93 "reason": "geometry"
94 }, 94 },
95 { 95 {
96 "object": "InlineTextBox 'hedgehog to, and, as the doubled-up\n'", 96 "object": "InlineTextBox 'hedgehog to, and, as the doubled-up\n'",
97 "reason": "forced by layout" 97 "reason": "geometry"
98 }, 98 },
99 { 99 {
100 "object": "InlineTextBox 'soldiers were always'", 100 "object": "InlineTextBox 'soldiers were always'",
101 "reason": "forced by layout" 101 "reason": "geometry"
102 }, 102 },
103 { 103 {
104 "object": "InlineTextBox 'getting up and walking off to other parts of\n'" , 104 "object": "InlineTextBox 'getting up and walking off to other parts of\n'" ,
105 "reason": "forced by layout" 105 "reason": "geometry"
106 }, 106 },
107 { 107 {
108 "object": "InlineTextBox 'the ground, Alice'", 108 "object": "InlineTextBox 'the ground, Alice'",
109 "reason": "forced by layout" 109 "reason": "geometry"
110 }, 110 },
111 { 111 {
112 "object": "InlineTextBox 'soon came to the conclusion that it was a very\n '", 112 "object": "InlineTextBox 'soon came to the conclusion that it was a very\n '",
113 "reason": "forced by layout" 113 "reason": "geometry"
114 }, 114 },
115 { 115 {
116 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 116 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
117 "reason": "border box change" 117 "reason": "geometry"
118 }, 118 },
119 { 119 {
120 "object": "LayoutText #text", 120 "object": "LayoutText #text",
121 "reason": "forced by layout" 121 "reason": "geometry"
122 }, 122 },
123 { 123 {
124 "object": "InlineTextBox 'difficult'", 124 "object": "InlineTextBox 'difficult'",
125 "reason": "forced by layout" 125 "reason": "geometry"
126 }, 126 },
127 { 127 {
128 "object": "InlineTextBox 'game indeed.\n'", 128 "object": "InlineTextBox 'game indeed.\n'",
129 "reason": "forced by layout" 129 "reason": "geometry"
130 }, 130 },
131 { 131 {
132 "object": "LayoutText #text", 132 "object": "LayoutText #text",
133 "reason": "forced by layout" 133 "reason": "geometry"
134 }, 134 },
135 { 135 {
136 "object": "InlineTextBox 'The players all played at once without waiting\n '", 136 "object": "InlineTextBox 'The players all played at once without waiting\n '",
137 "reason": "forced by layout" 137 "reason": "geometry"
138 }, 138 },
139 { 139 {
140 "object": "LayoutText #text", 140 "object": "LayoutText #text",
141 "reason": "forced by layout" 141 "reason": "geometry"
142 }, 142 },
143 { 143 {
144 "object": "InlineTextBox 'for'", 144 "object": "InlineTextBox 'for'",
145 "reason": "forced by layout" 145 "reason": "geometry"
146 }, 146 },
147 { 147 {
148 "object": "InlineTextBox 'turns,\n'", 148 "object": "InlineTextBox 'turns,\n'",
149 "reason": "forced by layout" 149 "reason": "geometry"
150 }, 150 },
151 { 151 {
152 "object": "InlineTextBox 'quarrelling all the while, and fighting for the' ", 152 "object": "InlineTextBox 'quarrelling all the while, and fighting for the' ",
153 "reason": "forced by layout" 153 "reason": "geometry"
154 }, 154 },
155 { 155 {
156 "object": "InlineTextBox 'hedgehogs; and in\n'", 156 "object": "InlineTextBox 'hedgehogs; and in\n'",
157 "reason": "forced by layout" 157 "reason": "geometry"
158 }, 158 },
159 { 159 {
160 "object": "InlineTextBox 'a very short time '", 160 "object": "InlineTextBox 'a very short time '",
161 "reason": "forced by layout" 161 "reason": "geometry"
162 }, 162 },
163 { 163 {
164 "object": "LayoutText #text", 164 "object": "LayoutText #text",
165 "reason": "forced by layout" 165 "reason": "geometry"
166 }, 166 },
167 { 167 {
168 "object": "InlineTextBox 'the Queen'", 168 "object": "InlineTextBox 'the Queen'",
169 "reason": "forced by layout" 169 "reason": "geometry"
170 }, 170 },
171 { 171 {
172 "object": "LayoutText #text", 172 "object": "LayoutText #text",
173 "reason": "forced by layout" 173 "reason": "geometry"
174 }, 174 },
175 { 175 {
176 "object": "InlineTextBox ' was in a'", 176 "object": "InlineTextBox ' was in a'",
177 "reason": "forced by layout" 177 "reason": "geometry"
178 }, 178 },
179 { 179 {
180 "object": "InlineTextBox 'furious passion, and went\n'", 180 "object": "InlineTextBox 'furious passion, and went\n'",
181 "reason": "forced by layout" 181 "reason": "geometry"
182 }, 182 },
183 { 183 {
184 "object": "InlineTextBox 'stamping about, and shouting'", 184 "object": "InlineTextBox 'stamping about, and shouting'",
185 "reason": "forced by layout" 185 "reason": "geometry"
186 }, 186 },
187 { 187 {
188 "object": "InlineTextBox '\u2018Off with his head!\u2019 or \u2018Off with \n'", 188 "object": "InlineTextBox '\u2018Off with his head!\u2019 or \u2018Off with \n'",
189 "reason": "forced by layout" 189 "reason": "geometry"
190 }, 190 },
191 { 191 {
192 "object": "InlineTextBox 'her head!\u2019 about once'", 192 "object": "InlineTextBox 'her head!\u2019 about once'",
193 "reason": "forced by layout" 193 "reason": "geometry"
194 }, 194 },
195 { 195 {
196 "object": "InlineTextBox 'in a minute.\n'", 196 "object": "InlineTextBox 'in a minute.\n'",
197 "reason": "forced by layout" 197 "reason": "geometry"
198 }, 198 },
199 { 199 {
200 "object": "LayoutText #text", 200 "object": "LayoutText #text",
201 "reason": "forced by layout" 201 "reason": "geometry"
202 }, 202 },
203 { 203 {
204 "object": "InlineTextBox 'Alice began to feel very uneasy: to be sure, she had not as\n'", 204 "object": "InlineTextBox 'Alice began to feel very uneasy: to be sure, she had not as\n'",
205 "reason": "forced by layout" 205 "reason": "geometry"
206 }, 206 },
207 { 207 {
208 "object": "InlineTextBox 'yet'", 208 "object": "InlineTextBox 'yet'",
209 "reason": "forced by layout" 209 "reason": "geometry"
210 }, 210 },
211 { 211 {
212 "object": "InlineTextBox 'had any dispute with the Queen, but she knew tha t it might'", 212 "object": "InlineTextBox 'had any dispute with the Queen, but she knew tha t it might'",
213 "reason": "forced by layout" 213 "reason": "geometry"
214 }, 214 },
215 { 215 {
216 "object": "InlineTextBox 'happen any minute, \u2018and then,\u2019 thought she, \u2018what would'", 216 "object": "InlineTextBox 'happen any minute, \u2018and then,\u2019 thought she, \u2018what would'",
217 "reason": "forced by layout" 217 "reason": "geometry"
218 }, 218 },
219 { 219 {
220 "object": "InlineTextBox 'become of\n'", 220 "object": "InlineTextBox 'become of\n'",
221 "reason": "forced by layout" 221 "reason": "geometry"
222 }, 222 },
223 { 223 {
224 "object": "InlineTextBox 'me? They\u2019re dreadfully fond of beheading pe ople'", 224 "object": "InlineTextBox 'me? They\u2019re dreadfully fond of beheading pe ople'",
225 "reason": "forced by layout" 225 "reason": "geometry"
226 }, 226 },
227 { 227 {
228 "object": "InlineTextBox 'here; the great\n'", 228 "object": "InlineTextBox 'here; the great\n'",
229 "reason": "forced by layout" 229 "reason": "geometry"
230 }, 230 },
231 { 231 {
232 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 232 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
233 "reason": "forced by layout" 233 "reason": "geometry"
234 } 234 }
235 ] 235 ]
236 } 236 }
237 237
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698