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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/make-children-non-inline-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 '\n'", 10 "object": "InlineTextBox '\n'",
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 "rect": [8, 60, 784, 90], 221 "rect": [8, 60, 784, 90],
222 "reason": "location change" 222 "reason": "location change"
223 }, 223 },
224 { 224 {
225 "object": "LayoutBlockFlow (anonymous)", 225 "object": "LayoutBlockFlow (anonymous)",
226 "rect": [8, 250, 784, 72], 226 "rect": [8, 250, 784, 72],
227 "reason": "location change" 227 "reason": "location change"
228 }, 228 },
229 { 229 {
230 "object": "LayoutBlockFlow DIV", 230 "object": "LayoutBlockFlow DIV",
231 "rect": [8, 60, 784, 162],
232 "reason": "style change"
233 },
234 {
235 "object": "LayoutBlockFlow DIV",
236 "rect": [8, 60, 784, 262], 231 "rect": [8, 60, 784, 262],
237 "reason": "style change" 232 "reason": "style change"
238 }, 233 },
239 { 234 {
240 "object": "LayoutBlockFlow DIV id='target'", 235 "object": "LayoutBlockFlow DIV id='target'",
241 "rect": [8, 150, 10, 100], 236 "rect": [8, 150, 10, 100],
242 "reason": "location change" 237 "reason": "location change"
243 }, 238 },
244 { 239 {
245 "object": "LayoutText #text", 240 "object": "LayoutText #text",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 { 354 {
360 "object": "RootInlineBox", 355 "object": "RootInlineBox",
361 "rect": [0, 0, 0, 0], 356 "rect": [0, 0, 0, 0],
362 "reason": "full" 357 "reason": "full"
363 } 358 }
364 ] 359 ]
365 } 360 }
366 ] 361 ]
367 } 362 }
368 363
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698