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

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

Issue 1951203002: Auto-rebaseline for r391751 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 HTML", 10 "object": "LayoutBlockFlow HTML",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "reason": "bounds change" 77 "reason": "bounds change"
78 }, 78 },
79 { 79 {
80 "object": "LayoutText #text", 80 "object": "LayoutText #text",
81 "rect": [65, 368, 145, 18], 81 "rect": [65, 368, 145, 18],
82 "reason": "bounds change" 82 "reason": "bounds change"
83 }, 83 },
84 { 84 {
85 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 85 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
86 "rect": [372, 389, 48, 81], 86 "rect": [372, 389, 48, 81],
87 "reason": "location change" 87 "reason": "bounds change"
88 }, 88 },
89 { 89 {
90 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 90 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
91 "rect": [372, 371, 48, 81], 91 "rect": [372, 371, 48, 81],
92 "reason": "location change" 92 "reason": "bounds change"
93 }, 93 },
94 { 94 {
95 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'", 95 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'",
96 "rect": [372, 245, 48, 49], 96 "rect": [372, 245, 48, 49],
97 "reason": "location change" 97 "reason": "layoutObject insertion"
98 }, 98 },
99 { 99 {
100 "object": "LayoutView #document", 100 "object": "LayoutView #document",
101 "rect": [485, 0, 15, 600], 101 "rect": [485, 0, 15, 600],
102 "reason": "incremental" 102 "reason": "incremental"
103 }, 103 },
104 { 104 {
105 "object": "LayoutView #document", 105 "object": "LayoutView #document",
106 "rect": [485, 0, 15, 600], 106 "rect": [485, 0, 15, 600],
107 "reason": "scroll" 107 "reason": "scroll"
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 }, 508 },
509 { 509 {
510 "object": "VerticalScrollbar", 510 "object": "VerticalScrollbar",
511 "reason": "scroll" 511 "reason": "scroll"
512 } 512 }
513 ] 513 ]
514 } 514 }
515 ] 515 ]
516 } 516 }
517 517
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698