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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-shrink-row-repaint-expected.txt

Issue 1536663004: Need to repaint its ::first-line background when a block moves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Two tests even need manual rebaseline, since they already existed in TestExpectations. Created 4 years, 12 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 "repaintRects": [ 8 "repaintRects": [
9 [13, 1002, 16, 19], 9 [13, 1002, 16, 19],
10 [13, 942, 16, 19], 10 [13, 942, 16, 19],
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 [0, 850, 785, 200], 83 [0, 850, 785, 200],
84 [0, 0, 785, 1050], 84 [0, 0, 785, 1050],
85 [0, 0, 785, 850] 85 [0, 0, 785, 850]
86 ], 86 ],
87 "paintInvalidationClients": [ 87 "paintInvalidationClients": [
88 "LayoutView #document", 88 "LayoutView #document",
89 "LayoutBlockFlow HTML", 89 "LayoutBlockFlow HTML",
90 "LayoutTableCell TD id='resizeMe'", 90 "LayoutTableCell TD id='resizeMe'",
91 "LayoutTableRow TR", 91 "LayoutTableRow TR",
92 "LayoutTableCell TD", 92 "LayoutTableCell TD",
93 "RootInlineBox",
93 "LayoutText #text", 94 "LayoutText #text",
94 "InlineTextBox '2'", 95 "InlineTextBox '2'",
95 "LayoutTableRow TR", 96 "LayoutTableRow TR",
96 "LayoutTableCell TD", 97 "LayoutTableCell TD",
98 "RootInlineBox",
97 "LayoutText #text", 99 "LayoutText #text",
98 "InlineTextBox '3'", 100 "InlineTextBox '3'",
99 "LayoutTableRow TR", 101 "LayoutTableRow TR",
100 "LayoutTableCell TD", 102 "LayoutTableCell TD",
103 "RootInlineBox",
101 "LayoutText #text", 104 "LayoutText #text",
102 "InlineTextBox '4'", 105 "InlineTextBox '4'",
103 "LayoutTableRow TR", 106 "LayoutTableRow TR",
104 "LayoutTableCell TD", 107 "LayoutTableCell TD",
108 "RootInlineBox",
105 "LayoutText #text", 109 "LayoutText #text",
106 "InlineTextBox '5'", 110 "InlineTextBox '5'",
107 "LayoutTableRow TR", 111 "LayoutTableRow TR",
108 "LayoutTableCell TD", 112 "LayoutTableCell TD",
113 "RootInlineBox",
109 "LayoutText #text", 114 "LayoutText #text",
110 "InlineTextBox '6'", 115 "InlineTextBox '6'",
111 "LayoutTableRow TR", 116 "LayoutTableRow TR",
112 "LayoutTableCell TD", 117 "LayoutTableCell TD",
118 "RootInlineBox",
113 "LayoutText #text", 119 "LayoutText #text",
114 "InlineTextBox '7'", 120 "InlineTextBox '7'",
115 "LayoutTableRow TR", 121 "LayoutTableRow TR",
116 "LayoutTableCell TD", 122 "LayoutTableCell TD",
123 "RootInlineBox",
117 "LayoutText #text", 124 "LayoutText #text",
118 "InlineTextBox '8'", 125 "InlineTextBox '8'",
119 "LayoutTableRow TR", 126 "LayoutTableRow TR",
120 "LayoutTableCell TD", 127 "LayoutTableCell TD",
128 "RootInlineBox",
121 "LayoutText #text", 129 "LayoutText #text",
122 "InlineTextBox '9'", 130 "InlineTextBox '9'",
123 "LayoutTableRow TR", 131 "LayoutTableRow TR",
124 "LayoutTableCell TD", 132 "LayoutTableCell TD",
133 "RootInlineBox",
125 "LayoutText #text", 134 "LayoutText #text",
126 "InlineTextBox '10'", 135 "InlineTextBox '10'",
127 "LayoutTableRow TR", 136 "LayoutTableRow TR",
128 "LayoutTableCell TD", 137 "LayoutTableCell TD",
138 "RootInlineBox",
129 "LayoutText #text", 139 "LayoutText #text",
130 "InlineTextBox '11'", 140 "InlineTextBox '11'",
131 "LayoutTableRow TR", 141 "LayoutTableRow TR",
132 "LayoutTableCell TD", 142 "LayoutTableCell TD",
143 "RootInlineBox",
133 "LayoutText #text", 144 "LayoutText #text",
134 "InlineTextBox '12'", 145 "InlineTextBox '12'",
135 "LayoutTableRow TR", 146 "LayoutTableRow TR",
136 "LayoutTableCell TD", 147 "LayoutTableCell TD",
148 "RootInlineBox",
137 "LayoutText #text", 149 "LayoutText #text",
138 "InlineTextBox '13'" 150 "InlineTextBox '13'"
139 ] 151 ]
140 } 152 }
141 ] 153 ]
142 } 154 }
143 155
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698