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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-shrink-row-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": [785, 850], 2 "bounds": [785, 850],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [785, 850], 5 "bounds": [785, 850],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "InlineTextBox '10'", 10 "object": "InlineTextBox '10'",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "object": "InlineTextBox '9'", 65 "object": "InlineTextBox '9'",
66 "rect": [0, 0, 0, 0], 66 "rect": [0, 0, 0, 0],
67 "reason": "location change" 67 "reason": "location change"
68 }, 68 },
69 { 69 {
70 "object": "LayoutBlockFlow HTML", 70 "object": "LayoutBlockFlow HTML",
71 "rect": [0, 0, 785, 1050], 71 "rect": [0, 0, 785, 1050],
72 "reason": "forced by layout" 72 "reason": "forced by layout"
73 }, 73 },
74 { 74 {
75 "object": "LayoutBlockFlow HTML",
76 "rect": [0, 0, 785, 850],
77 "reason": "forced by layout"
78 },
79 {
80 "object": "LayoutTableCell TD", 75 "object": "LayoutTableCell TD",
81 "rect": [8, 322, 769, 60], 76 "rect": [8, 322, 769, 60],
82 "reason": "location change" 77 "reason": "location change"
83 }, 78 },
84 { 79 {
85 "object": "LayoutTableCell TD", 80 "object": "LayoutTableCell TD",
86 "rect": [8, 122, 769, 60], 81 "rect": [8, 122, 769, 60],
87 "reason": "location change" 82 "reason": "location change"
88 }, 83 },
89 { 84 {
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 { 504 {
510 "object": "RootInlineBox", 505 "object": "RootInlineBox",
511 "rect": [0, 0, 0, 0], 506 "rect": [0, 0, 0, 0],
512 "reason": "full" 507 "reason": "full"
513 } 508 }
514 ] 509 ]
515 } 510 }
516 ] 511 ]
517 } 512 }
518 513
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698