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

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

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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": "InlineTextBox ' was in a furious passion, and went\n'", 10 "object": "InlineTextBox ' was in a furious passion, and went\n'",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "rect": [65, 368, 304, 18], 181 "rect": [65, 368, 304, 18],
182 "reason": "bounds change" 182 "reason": "bounds change"
183 }, 183 },
184 { 184 {
185 "object": "LayoutText #text", 185 "object": "LayoutText #text",
186 "rect": [49, 368, 301, 18], 186 "rect": [49, 368, 301, 18],
187 "reason": "bounds change" 187 "reason": "bounds change"
188 }, 188 },
189 { 189 {
190 "object": "LayoutText #text", 190 "object": "LayoutText #text",
191 "rect": [65, 386, 304, 36],
192 "reason": "bounds change"
193 },
194 {
195 "object": "LayoutText #text",
196 "rect": [49, 368, 320, 54], 191 "rect": [49, 368, 320, 54],
197 "reason": "bounds change" 192 "reason": "bounds change"
198 }, 193 },
199 { 194 {
200 "object": "RootInlineBox", 195 "object": "RootInlineBox",
201 "rect": [0, 0, 0, 0], 196 "rect": [0, 0, 0, 0],
202 "reason": "full" 197 "reason": "full"
203 }, 198 },
204 { 199 {
205 "object": "RootInlineBox", 200 "object": "RootInlineBox",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 { 254 {
260 "object": "RootInlineBox", 255 "object": "RootInlineBox",
261 "rect": [0, 0, 0, 0], 256 "rect": [0, 0, 0, 0],
262 "reason": "full" 257 "reason": "full"
263 } 258 }
264 ] 259 ]
265 } 260 }
266 ] 261 ]
267 } 262 }
268 263
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698