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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/line-flow-with-floats-10-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 ' was in a furious passion, and went\n'", 10 "object": "InlineTextBox ' was in a furious passion, and went\n'",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "object": "LayoutBlockFlow P", 145 "object": "LayoutBlockFlow P",
146 "rect": [8, 332, 418, 234], 146 "rect": [8, 332, 418, 234],
147 "reason": "invalidate paint rectangle" 147 "reason": "invalidate paint rectangle"
148 }, 148 },
149 { 149 {
150 "object": "LayoutText #text", 150 "object": "LayoutText #text",
151 "rect": [14, 404, 355, 36], 151 "rect": [14, 404, 355, 36],
152 "reason": "bounds change" 152 "reason": "bounds change"
153 }, 153 },
154 { 154 {
155 "object": "LayoutText #text",
156 "rect": [65, 404, 304, 36],
157 "reason": "bounds change"
158 },
159 {
160 "object": "RootInlineBox", 155 "object": "RootInlineBox",
161 "rect": [0, 0, 0, 0], 156 "rect": [0, 0, 0, 0],
162 "reason": "full" 157 "reason": "full"
163 }, 158 },
164 { 159 {
165 "object": "RootInlineBox", 160 "object": "RootInlineBox",
166 "rect": [0, 0, 0, 0], 161 "rect": [0, 0, 0, 0],
167 "reason": "full" 162 "reason": "full"
168 }, 163 },
169 { 164 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 { 214 {
220 "object": "RootInlineBox", 215 "object": "RootInlineBox",
221 "rect": [0, 0, 0, 0], 216 "rect": [0, 0, 0, 0],
222 "reason": "full" 217 "reason": "full"
223 } 218 }
224 ] 219 ]
225 } 220 }
226 ] 221 ]
227 } 222 }
228 223
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698