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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-2-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 P", 10 "object": "LayoutBlockFlow P",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "reason": "bounds change" 97 "reason": "bounds change"
98 }, 98 },
99 { 99 {
100 "object": "LayoutText #text", 100 "object": "LayoutText #text",
101 "rect": [178, 350, 145, 18], 101 "rect": [178, 350, 145, 18],
102 "reason": "bounds change" 102 "reason": "bounds change"
103 }, 103 },
104 { 104 {
105 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 105 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
106 "rect": [372, 375, 48, 81], 106 "rect": [372, 375, 48, 81],
107 "reason": "location change" 107 "reason": "bounds change"
108 }, 108 },
109 { 109 {
110 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'", 110 "object": "LayoutBlockFlow (floating) SPAN id='greenFloat'",
111 "rect": [372, 371, 48, 81], 111 "rect": [372, 371, 48, 81],
112 "reason": "location change" 112 "reason": "bounds change"
113 }, 113 },
114 { 114 {
115 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 115 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
116 "rect": [14, 357, 48, 65], 116 "rect": [14, 357, 48, 65],
117 "reason": "location change" 117 "reason": "bounds change"
118 }, 118 },
119 { 119 {
120 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", 120 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
121 "rect": [14, 353, 48, 65], 121 "rect": [14, 353, 48, 65],
122 "reason": "location change" 122 "reason": "bounds change"
123 }, 123 },
124 { 124 {
125 "object": "LayoutText #text", 125 "object": "LayoutText #text",
126 "rect": [14, 188, 45, 22], 126 "rect": [14, 188, 45, 22],
127 "reason": "style change" 127 "reason": "style change"
128 }, 128 },
129 { 129 {
130 "object": "InlineTextBox ' twist itself round and look up in her face, with\n'", 130 "object": "InlineTextBox ' twist itself round and look up in her face, with\n'",
131 "reason": "full" 131 "reason": "full"
132 }, 132 },
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 }, 308 },
309 { 309 {
310 "object": "RootInlineBox", 310 "object": "RootInlineBox",
311 "reason": "full" 311 "reason": "full"
312 } 312 }
313 ] 313 ]
314 } 314 }
315 ] 315 ]
316 } 316 }
317 317
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698