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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-9-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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'", 370 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'",
371 "rect": [372, 245, 48, 49], 371 "rect": [372, 245, 48, 49],
372 "reason": "location change" 372 "reason": "location change"
373 }, 373 },
374 { 374 {
375 "object": "LayoutBlockFlow HTML", 375 "object": "LayoutBlockFlow HTML",
376 "rect": [0, 0, 500, 600], 376 "rect": [0, 0, 500, 600],
377 "reason": "forced by layout" 377 "reason": "forced by layout"
378 }, 378 },
379 { 379 {
380 "object": "LayoutBlockFlow HTML",
381 "rect": [0, 0, 485, 600],
382 "reason": "forced by layout"
383 },
384 {
385 "object": "LayoutBlockFlow P", 380 "object": "LayoutBlockFlow P",
386 "rect": [8, 572, 418, 18], 381 "rect": [8, 572, 418, 18],
387 "reason": "incremental" 382 "reason": "incremental"
388 }, 383 },
389 { 384 {
390 "object": "LayoutBlockFlow P", 385 "object": "LayoutBlockFlow P",
391 "rect": [8, 569, 418, 21], 386 "rect": [8, 569, 418, 21],
392 "reason": "incremental" 387 "reason": "incremental"
393 }, 388 },
394 { 389 {
(...skipping 26 matching lines...) Expand all
421 "rect": [14, 404, 354, 36], 416 "rect": [14, 404, 354, 36],
422 "reason": "bounds change" 417 "reason": "bounds change"
423 }, 418 },
424 { 419 {
425 "object": "LayoutText #text", 420 "object": "LayoutText #text",
426 "rect": [14, 404, 355, 36], 421 "rect": [14, 404, 355, 36],
427 "reason": "bounds change" 422 "reason": "bounds change"
428 }, 423 },
429 { 424 {
430 "object": "LayoutText #text", 425 "object": "LayoutText #text",
431 "rect": [301, 422, 67, 18],
432 "reason": "bounds change"
433 },
434 {
435 "object": "LayoutText #text",
436 "rect": [14, 422, 355, 53], 426 "rect": [14, 422, 355, 53],
437 "reason": "bounds change" 427 "reason": "bounds change"
438 }, 428 },
439 { 429 {
440 "object": "LayoutText #text", 430 "object": "LayoutText #text",
441 "rect": [14, 440, 355, 53], 431 "rect": [14, 440, 355, 53],
442 "reason": "bounds change" 432 "reason": "bounds change"
443 }, 433 },
444 { 434 {
445 "object": "LayoutText #text", 435 "object": "LayoutText #text",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 { 604 {
615 "object": "VerticalScrollbar", 605 "object": "VerticalScrollbar",
616 "rect": [0, 0, 0, 0], 606 "rect": [0, 0, 0, 0],
617 "reason": "scroll" 607 "reason": "scroll"
618 } 608 }
619 ] 609 ]
620 } 610 }
621 ] 611 ]
622 } 612 }
623 613
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698