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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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'", 10 "object": "InlineTextBox ' twist itself round and look up in her'",
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "rect": [0, 0, 0, 0], 311 "rect": [0, 0, 0, 0],
312 "reason": "style change" 312 "reason": "style change"
313 }, 313 },
314 { 314 {
315 "object": "LayoutText #text", 315 "object": "LayoutText #text",
316 "rect": [14, 199, 355, 1], 316 "rect": [14, 199, 355, 1],
317 "reason": "incremental" 317 "reason": "incremental"
318 }, 318 },
319 { 319 {
320 "object": "LayoutText #text", 320 "object": "LayoutText #text",
321 "rect": [151, 180, 40, 19],
322 "reason": "style change"
323 },
324 {
325 "object": "LayoutText #text",
326 "rect": [149, 180, 45, 20], 321 "rect": [149, 180, 45, 20],
327 "reason": "style change" 322 "reason": "style change"
328 }, 323 },
329 { 324 {
330 "object": "LayoutText #text", 325 "object": "LayoutText #text",
331 "rect": [14, 180, 406, 79], 326 "rect": [14, 180, 406, 79],
332 "reason": "bounds change" 327 "reason": "bounds change"
333 }, 328 },
334 { 329 {
335 "object": "LayoutText #text", 330 "object": "LayoutText #text",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 { 424 {
430 "object": "VerticalScrollbar", 425 "object": "VerticalScrollbar",
431 "rect": [0, 0, 0, 0], 426 "rect": [0, 0, 0, 0],
432 "reason": "scroll" 427 "reason": "scroll"
433 } 428 }
434 ] 429 ]
435 } 430 }
436 ] 431 ]
437 } 432 }
438 433
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698