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

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

Issue 2078843002: Auto-rebaseline for r400360 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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, 332, 418, 234], 11 "rect": [8, 314, 418, 252],
12 "reason": "invalidate paint rectangle" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [49, 368, 320, 54], 16 "rect": [49, 368, 320, 54],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [65, 368, 304, 18], 21 "rect": [65, 368, 304, 18],
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 88 },
89 { 89 {
90 "object": "InlineTextBox 'difficult game indeed.\n'", 90 "object": "InlineTextBox 'difficult game indeed.\n'",
91 "reason": "full" 91 "reason": "full"
92 }, 92 },
93 { 93 {
94 "object": "InlineTextBox 'difficult game indeed.\n'", 94 "object": "InlineTextBox 'difficult game indeed.\n'",
95 "reason": "bounds change" 95 "reason": "bounds change"
96 }, 96 },
97 { 97 {
98 "object": "InlineTextBox 'doubled-up\n'",
99 "reason": "full"
100 },
101 {
98 "object": "InlineTextBox 'for the hedgehogs; and in\n'", 102 "object": "InlineTextBox 'for the hedgehogs; and in\n'",
99 "reason": "full" 103 "reason": "full"
100 }, 104 },
101 { 105 {
102 "object": "InlineTextBox 'for turns,\n'", 106 "object": "InlineTextBox 'for turns,\n'",
103 "reason": "full" 107 "reason": "full"
104 }, 108 },
105 { 109 {
106 "object": "InlineTextBox 'for'", 110 "object": "InlineTextBox 'for'",
107 "reason": "bounds change" 111 "reason": "bounds change"
(...skipping 24 matching lines...) Expand all
132 }, 136 },
133 { 137 {
134 "object": "InlineTextBox 'quarrelling all the while, and fighting for' ", 138 "object": "InlineTextBox 'quarrelling all the while, and fighting for' ",
135 "reason": "bounds change" 139 "reason": "bounds change"
136 }, 140 },
137 { 141 {
138 "object": "InlineTextBox 'quarrelling all the while, and fighting'", 142 "object": "InlineTextBox 'quarrelling all the while, and fighting'",
139 "reason": "full" 143 "reason": "full"
140 }, 144 },
141 { 145 {
146 "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
147 "reason": "full"
148 },
149 {
142 "object": "InlineTextBox 'stamping'", 150 "object": "InlineTextBox 'stamping'",
143 "reason": "full" 151 "reason": "full"
144 }, 152 },
145 { 153 {
146 "object": "InlineTextBox 'that it was a very\n'", 154 "object": "InlineTextBox 'that it was a very\n'",
147 "reason": "full" 155 "reason": "full"
148 }, 156 },
149 { 157 {
150 "object": "InlineTextBox 'the ground, Alice soon came to the conclusio n'", 158 "object": "InlineTextBox 'the ground, Alice soon came to the conclusio n'",
151 "reason": "full" 159 "reason": "full"
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "object": "RootInlineBox", 226 "object": "RootInlineBox",
219 "reason": "full" 227 "reason": "full"
220 }, 228 },
221 { 229 {
222 "object": "RootInlineBox", 230 "object": "RootInlineBox",
223 "reason": "full" 231 "reason": "full"
224 }, 232 },
225 { 233 {
226 "object": "RootInlineBox", 234 "object": "RootInlineBox",
227 "reason": "full" 235 "reason": "full"
236 },
237 {
238 "object": "RootInlineBox",
239 "reason": "full"
228 } 240 }
229 ] 241 ]
230 } 242 }
231 ] 243 ]
232 } 244 }
233 245
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698