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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/inline-outline-repaint-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": "InlineFlowBox", 10 "object": "InlineFlowBox",
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "object": "LayoutBlockFlow DIV", 390 "object": "LayoutBlockFlow DIV",
391 "rect": [45, 183, 3, 20], 391 "rect": [45, 183, 3, 20],
392 "reason": "invalidate paint rectangle" 392 "reason": "invalidate paint rectangle"
393 }, 393 },
394 { 394 {
395 "object": "LayoutInline SPAN id='test'", 395 "object": "LayoutInline SPAN id='test'",
396 "rect": [5, 163, 98, 42], 396 "rect": [5, 163, 98, 42],
397 "reason": "outline" 397 "reason": "outline"
398 }, 398 },
399 { 399 {
400 "object": "LayoutInline SPAN id='test'",
401 "rect": [5, 163, 96, 42],
402 "reason": "outline"
403 },
404 {
405 "object": "LayoutText #text", 400 "object": "LayoutText #text",
406 "rect": [0, 0, 0, 0], 401 "rect": [0, 0, 0, 0],
407 "reason": "layoutObject removal" 402 "reason": "layoutObject removal"
408 }, 403 },
409 { 404 {
410 "object": "LayoutText #text", 405 "object": "LayoutText #text",
411 "rect": [8, 166, 92, 36], 406 "rect": [8, 166, 92, 36],
412 "reason": "full" 407 "reason": "full"
413 }, 408 },
414 { 409 {
415 "object": "LayoutText #text",
416 "rect": [8, 166, 90, 36],
417 "reason": "full"
418 },
419 {
420 "object": "RootInlineBox", 410 "object": "RootInlineBox",
421 "rect": [0, 0, 0, 0], 411 "rect": [0, 0, 0, 0],
422 "reason": "full" 412 "reason": "full"
423 }, 413 },
424 { 414 {
425 "object": "RootInlineBox", 415 "object": "RootInlineBox",
426 "rect": [0, 0, 0, 0], 416 "rect": [0, 0, 0, 0],
427 "reason": "full" 417 "reason": "full"
428 }, 418 },
429 { 419 {
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 { 544 {
555 "object": "RootInlineBox", 545 "object": "RootInlineBox",
556 "rect": [0, 0, 0, 0], 546 "rect": [0, 0, 0, 0],
557 "reason": "full" 547 "reason": "full"
558 } 548 }
559 ] 549 ]
560 } 550 }
561 ] 551 ]
562 } 552 }
563 553
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698