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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/disable-spinvalidation/paint/invalidation/line-flow-with-floats-3-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": [14, 240, 406, 139], 11 "rect": [14, 240, 406, 139],
12 "reason": "forced by layout" 12 "reason": "geometry"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [14, 500, 406, 99], 16 "rect": [14, 500, 406, 99],
17 "reason": "forced by layout" 17 "reason": "geometry"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [14, 440, 355, 59], 21 "rect": [14, 440, 355, 59],
22 "reason": "forced by layout" 22 "reason": "geometry"
23 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [14, 420, 339, 39], 26 "rect": [14, 420, 339, 39],
27 "reason": "forced by layout" 27 "reason": "geometry"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [65, 380, 304, 59], 31 "rect": [65, 380, 304, 59],
32 "reason": "forced by layout" 32 "reason": "geometry"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [65, 380, 288, 19], 36 "rect": [65, 380, 288, 19],
37 "reason": "forced by layout" 37 "reason": "geometry"
38 }, 38 },
39 { 39 {
40 "object": "LayoutText #text", 40 "object": "LayoutText #text",
41 "rect": [134, 360, 131, 19], 41 "rect": [134, 360, 131, 19],
42 "reason": "forced by layout" 42 "reason": "geometry"
43 }, 43 },
44 { 44 {
45 "object": "LayoutText #text", 45 "object": "LayoutText #text",
46 "rect": [303, 420, 66, 19], 46 "rect": [303, 420, 66, 19],
47 "reason": "forced by layout" 47 "reason": "geometry"
48 }, 48 },
49 { 49 {
50 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 50 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
51 "rect": [356, 383, 64, 81], 51 "rect": [356, 383, 64, 81],
52 "reason": "bounds change" 52 "reason": "geometry"
53 } 53 }
54 ] 54 ]
55 } 55 }
56 ], 56 ],
57 "objectPaintInvalidations": [ 57 "objectPaintInvalidations": [
58 { 58 {
59 "object": "LayoutText #text", 59 "object": "LayoutText #text",
60 "reason": "forced by layout" 60 "reason": "geometry"
61 }, 61 },
62 { 62 {
63 "object": "InlineTextBox 'begin again, it was very provoking to find that the'", 63 "object": "InlineTextBox 'begin again, it was very provoking to find that the'",
64 "reason": "forced by layout" 64 "reason": "geometry"
65 }, 65 },
66 { 66 {
67 "object": "InlineTextBox 'hedgehog had\n'", 67 "object": "InlineTextBox 'hedgehog had\n'",
68 "reason": "forced by layout" 68 "reason": "geometry"
69 }, 69 },
70 { 70 {
71 "object": "InlineTextBox 'unrolled itself, and was in the act of crawling away:'", 71 "object": "InlineTextBox 'unrolled itself, and was in the act of crawling away:'",
72 "reason": "forced by layout" 72 "reason": "geometry"
73 }, 73 },
74 { 74 {
75 "object": "InlineTextBox 'besides all\n'", 75 "object": "InlineTextBox 'besides all\n'",
76 "reason": "forced by layout" 76 "reason": "geometry"
77 }, 77 },
78 { 78 {
79 "object": "InlineTextBox 'this, there was generally a ridge or furrow in t he way'", 79 "object": "InlineTextBox 'this, there was generally a ridge or furrow in t he way'",
80 "reason": "forced by layout" 80 "reason": "geometry"
81 }, 81 },
82 { 82 {
83 "object": "InlineTextBox 'wherever\n'", 83 "object": "InlineTextBox 'wherever\n'",
84 "reason": "forced by layout" 84 "reason": "geometry"
85 }, 85 },
86 { 86 {
87 "object": "InlineTextBox 'she wanted to send the hedgehog to, and, as the' ", 87 "object": "InlineTextBox 'she wanted to send the hedgehog to, and, as the' ",
88 "reason": "forced by layout" 88 "reason": "geometry"
89 }, 89 },
90 { 90 {
91 "object": "InlineTextBox 'doubled-up\n'", 91 "object": "InlineTextBox 'doubled-up\n'",
92 "reason": "forced by layout" 92 "reason": "geometry"
93 }, 93 },
94 { 94 {
95 "object": "InlineTextBox 'soldiers were always getting up and walking off to'", 95 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
96 "reason": "forced by layout" 96 "reason": "geometry"
97 }, 97 },
98 { 98 {
99 "object": "InlineTextBox 'other parts of\n'", 99 "object": "InlineTextBox 'other parts of\n'",
100 "reason": "forced by layout" 100 "reason": "geometry"
101 }, 101 },
102 { 102 {
103 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion th at it'", 103 "object": "InlineTextBox 'the ground, Alice soon came to the conclusion th at it'",
104 "reason": "forced by layout" 104 "reason": "geometry"
105 }, 105 },
106 { 106 {
107 "object": "InlineTextBox 'was a very\n'", 107 "object": "InlineTextBox 'was a very\n'",
108 "reason": "forced by layout" 108 "reason": "geometry"
109 }, 109 },
110 { 110 {
111 "object": "LayoutText #text", 111 "object": "LayoutText #text",
112 "reason": "forced by layout" 112 "reason": "geometry"
113 }, 113 },
114 { 114 {
115 "object": "InlineTextBox 'difficult game indeed.\n'", 115 "object": "InlineTextBox 'difficult game indeed.\n'",
116 "reason": "forced by layout" 116 "reason": "geometry"
117 }, 117 },
118 { 118 {
119 "object": "LayoutText #text", 119 "object": "LayoutText #text",
120 "reason": "forced by layout" 120 "reason": "geometry"
121 }, 121 },
122 { 122 {
123 "object": "InlineTextBox 'The players all played at once without waiting'" , 123 "object": "InlineTextBox 'The players all played at once without waiting'" ,
124 "reason": "forced by layout" 124 "reason": "geometry"
125 }, 125 },
126 { 126 {
127 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 127 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
128 "reason": "bounds change" 128 "reason": "geometry"
129 }, 129 },
130 { 130 {
131 "object": "LayoutText #text", 131 "object": "LayoutText #text",
132 "reason": "forced by layout" 132 "reason": "geometry"
133 }, 133 },
134 { 134 {
135 "object": "InlineTextBox 'for turns,\n'", 135 "object": "InlineTextBox 'for turns,\n'",
136 "reason": "forced by layout" 136 "reason": "geometry"
137 }, 137 },
138 { 138 {
139 "object": "InlineTextBox 'quarrelling all the while, and fighting'", 139 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
140 "reason": "forced by layout" 140 "reason": "geometry"
141 }, 141 },
142 { 142 {
143 "object": "InlineTextBox 'for the hedgehogs; and in\n'", 143 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
144 "reason": "forced by layout" 144 "reason": "geometry"
145 }, 145 },
146 { 146 {
147 "object": "InlineTextBox 'a very short time '", 147 "object": "InlineTextBox 'a very short time '",
148 "reason": "forced by layout" 148 "reason": "geometry"
149 }, 149 },
150 { 150 {
151 "object": "LayoutText #text", 151 "object": "LayoutText #text",
152 "reason": "forced by layout" 152 "reason": "geometry"
153 }, 153 },
154 { 154 {
155 "object": "InlineTextBox 'the'", 155 "object": "InlineTextBox 'the'",
156 "reason": "forced by layout" 156 "reason": "geometry"
157 }, 157 },
158 { 158 {
159 "object": "InlineTextBox 'Queen'", 159 "object": "InlineTextBox 'Queen'",
160 "reason": "forced by layout" 160 "reason": "geometry"
161 }, 161 },
162 { 162 {
163 "object": "LayoutText #text", 163 "object": "LayoutText #text",
164 "reason": "forced by layout" 164 "reason": "geometry"
165 }, 165 },
166 { 166 {
167 "object": "InlineTextBox ' was in a furious passion, and went\n'", 167 "object": "InlineTextBox ' was in a furious passion, and went\n'",
168 "reason": "forced by layout" 168 "reason": "geometry"
169 }, 169 },
170 { 170 {
171 "object": "InlineTextBox 'stamping'", 171 "object": "InlineTextBox 'stamping'",
172 "reason": "forced by layout" 172 "reason": "geometry"
173 }, 173 },
174 { 174 {
175 "object": "InlineTextBox 'about, and shouting \u2018Off with his head!\u20 19 or \u2018Off with\n'", 175 "object": "InlineTextBox 'about, and shouting \u2018Off with his head!\u20 19 or \u2018Off with\n'",
176 "reason": "forced by layout" 176 "reason": "geometry"
177 }, 177 },
178 { 178 {
179 "object": "InlineTextBox 'her'", 179 "object": "InlineTextBox 'her'",
180 "reason": "forced by layout" 180 "reason": "geometry"
181 }, 181 },
182 { 182 {
183 "object": "InlineTextBox 'head!\u2019 about once in a minute.\n'", 183 "object": "InlineTextBox 'head!\u2019 about once in a minute.\n'",
184 "reason": "forced by layout" 184 "reason": "geometry"
185 }, 185 },
186 { 186 {
187 "object": "LayoutText #text", 187 "object": "LayoutText #text",
188 "reason": "forced by layout" 188 "reason": "geometry"
189 }, 189 },
190 { 190 {
191 "object": "InlineTextBox 'Alice began to feel very uneasy: to be sure, she had not as\n'", 191 "object": "InlineTextBox 'Alice began to feel very uneasy: to be sure, she had not as\n'",
192 "reason": "forced by layout" 192 "reason": "geometry"
193 }, 193 },
194 { 194 {
195 "object": "InlineTextBox 'yet had'", 195 "object": "InlineTextBox 'yet had'",
196 "reason": "forced by layout" 196 "reason": "geometry"
197 }, 197 },
198 { 198 {
199 "object": "InlineTextBox 'any dispute with the Queen, but she knew that it might\n'", 199 "object": "InlineTextBox 'any dispute with the Queen, but she knew that it might\n'",
200 "reason": "forced by layout" 200 "reason": "geometry"
201 }, 201 },
202 { 202 {
203 "object": "InlineTextBox 'happen any'", 203 "object": "InlineTextBox 'happen any'",
204 "reason": "forced by layout" 204 "reason": "geometry"
205 }, 205 },
206 { 206 {
207 "object": "InlineTextBox 'minute, \u2018and then,\u2019 thought she, \u201 8what would become of\n'", 207 "object": "InlineTextBox 'minute, \u2018and then,\u2019 thought she, \u201 8what would become of\n'",
208 "reason": "forced by layout" 208 "reason": "geometry"
209 }, 209 },
210 { 210 {
211 "object": "InlineTextBox 'me?'", 211 "object": "InlineTextBox 'me?'",
212 "reason": "forced by layout" 212 "reason": "geometry"
213 }, 213 },
214 { 214 {
215 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'", 215 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people here; the great'",
216 "reason": "forced by layout" 216 "reason": "geometry"
217 }, 217 },
218 { 218 {
219 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'", 219 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive! \u2019'",
220 "reason": "forced by layout" 220 "reason": "geometry"
221 } 221 }
222 ] 222 ]
223 } 223 }
224 224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698