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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-2-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 ' twist itself round and look up in her face, with\n'", 10 "object": "InlineTextBox ' twist itself round and look up in her face, with\n'",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "rect": [8, 170, 418, 400], 251 "rect": [8, 170, 418, 400],
252 "reason": "invalidate paint rectangle" 252 "reason": "invalidate paint rectangle"
253 }, 253 },
254 { 254 {
255 "object": "LayoutInline I id='would'", 255 "object": "LayoutInline I id='would'",
256 "rect": [0, 0, 0, 0], 256 "rect": [0, 0, 0, 0],
257 "reason": "style change" 257 "reason": "style change"
258 }, 258 },
259 { 259 {
260 "object": "LayoutText #text", 260 "object": "LayoutText #text",
261 "rect": [14, 188, 40, 18],
262 "reason": "style change"
263 },
264 {
265 "object": "LayoutText #text",
266 "rect": [14, 188, 45, 22], 261 "rect": [14, 188, 45, 22],
267 "reason": "style change" 262 "reason": "style change"
268 }, 263 },
269 { 264 {
270 "object": "LayoutText #text", 265 "object": "LayoutText #text",
271 "rect": [14, 188, 406, 72], 266 "rect": [14, 188, 406, 72],
272 "reason": "bounds change" 267 "reason": "bounds change"
273 }, 268 },
274 { 269 {
275 "object": "LayoutText #text", 270 "object": "LayoutText #text",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 { 354 {
360 "object": "RootInlineBox", 355 "object": "RootInlineBox",
361 "rect": [0, 0, 0, 0], 356 "rect": [0, 0, 0, 0],
362 "reason": "full" 357 "reason": "full"
363 } 358 }
364 ] 359 ]
365 } 360 }
366 ] 361 ]
367 } 362 }
368 363
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698