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

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

Issue 2046863006: Dirty line boxes correctly when a float gets layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@618230
Patch Set: Updated Created 4 years, 6 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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": "LayoutBlockFlow P", 10 "object": "LayoutBlockFlow P",
11 "rect": [8, 340, 418, 259], 11 "rect": [8, 320, 418, 279],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [14, 420, 355, 79], 16 "rect": [14, 420, 355, 79],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [49, 380, 320, 59], 21 "rect": [49, 380, 320, 59],
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 }, 85 },
86 { 86 {
87 "object": "InlineTextBox 'difficult game indeed.\n'", 87 "object": "InlineTextBox 'difficult game indeed.\n'",
88 "reason": "full" 88 "reason": "full"
89 }, 89 },
90 { 90 {
91 "object": "InlineTextBox 'difficult game indeed.\n'", 91 "object": "InlineTextBox 'difficult game indeed.\n'",
92 "reason": "bounds change" 92 "reason": "bounds change"
93 }, 93 },
94 { 94 {
95 "object": "InlineTextBox 'doubled-up\n'",
96 "reason": "full"
97 },
98 {
95 "object": "InlineTextBox 'for'", 99 "object": "InlineTextBox 'for'",
96 "reason": "full" 100 "reason": "full"
97 }, 101 },
98 { 102 {
99 "object": "InlineTextBox 'for'", 103 "object": "InlineTextBox 'for'",
100 "reason": "bounds change" 104 "reason": "bounds change"
101 }, 105 },
102 { 106 {
103 "object": "InlineTextBox 'happen any'", 107 "object": "InlineTextBox 'happen any'",
104 "reason": "full" 108 "reason": "full"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 }, 157 },
154 { 158 {
155 "object": "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \ u2018Off with\n'", 159 "object": "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \ u2018Off with\n'",
156 "reason": "full" 160 "reason": "full"
157 }, 161 },
158 { 162 {
159 "object": "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \ u2018Off with\n'", 163 "object": "InlineTextBox 'shouting \u2018Off with his head!\u2019 or \ u2018Off with\n'",
160 "reason": "bounds change" 164 "reason": "bounds change"
161 }, 165 },
162 { 166 {
167 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
168 "reason": "full"
169 },
170 {
163 "object": "InlineTextBox 'stamping about, and'", 171 "object": "InlineTextBox 'stamping about, and'",
164 "reason": "full" 172 "reason": "full"
165 }, 173 },
166 { 174 {
167 "object": "InlineTextBox 'stamping about, and'", 175 "object": "InlineTextBox 'stamping about, and'",
168 "reason": "bounds change" 176 "reason": "bounds change"
169 }, 177 },
170 { 178 {
171 "object": "InlineTextBox 'the Queen'", 179 "object": "InlineTextBox 'the Queen'",
172 "reason": "full" 180 "reason": "full"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "object": "RootInlineBox", 255 "object": "RootInlineBox",
248 "reason": "full" 256 "reason": "full"
249 }, 257 },
250 { 258 {
251 "object": "RootInlineBox", 259 "object": "RootInlineBox",
252 "reason": "full" 260 "reason": "full"
253 }, 261 },
254 { 262 {
255 "object": "RootInlineBox", 263 "object": "RootInlineBox",
256 "reason": "full" 264 "reason": "full"
265 },
266 {
267 "object": "RootInlineBox",
268 "reason": "full"
257 } 269 }
258 ] 270 ]
259 } 271 }
260 ] 272 ]
261 } 273 }
262 274
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698