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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table-section-repaint-expected.txt

Issue 2502353003: Paint collapsed borders of a table as one display item (Closed)
Patch Set: - Created 4 years 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
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": "LayoutTable TABLE",
11 "rect": [8, 308, 60, 83],
12 "reason": "forced by layout"
13 },
14 {
10 "object": "LayoutTableCell TD class='half'", 15 "object": "LayoutTableCell TD class='half'",
11 "rect": [8, 353, 60, 38], 16 "rect": [8, 353, 60, 38],
12 "reason": "bounds change" 17 "reason": "bounds change"
13 }, 18 },
14 { 19 {
15 "object": "LayoutTableCell TD class='half'", 20 "object": "LayoutTableCell TD class='half'",
16 "rect": [8, 338, 60, 38], 21 "rect": [8, 338, 60, 38],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 }, 98 },
94 { 99 {
95 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'", 100 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
96 "rect": [8, 8, 60, 30], 101 "rect": [8, 8, 60, 30],
97 "reason": "became invisible" 102 "reason": "became invisible"
98 }, 103 },
99 { 104 {
100 "object": "LayoutTableCell TD class='red half'", 105 "object": "LayoutTableCell TD class='red half'",
101 "rect": [8, 8, 60, 30], 106 "rect": [8, 8, 60, 30],
102 "reason": "bounds change" 107 "reason": "bounds change"
103 },
104 {
105 "object": "LayoutTable TABLE",
106 "rect": [8, 372, 60, 19],
107 "reason": "incremental"
108 } 108 }
109 ] 109 ]
110 } 110 }
111 ], 111 ],
112 "objectPaintInvalidations": [ 112 "objectPaintInvalidations": [
113 { 113 {
114 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'", 114 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
115 "reason": "became invisible" 115 "reason": "became invisible"
116 }, 116 },
117 { 117 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 { 165 {
166 "object": "LayoutTableRow TR", 166 "object": "LayoutTableRow TR",
167 "reason": "location change" 167 "reason": "location change"
168 }, 168 },
169 { 169 {
170 "object": "LayoutTableCell TD class='red half'", 170 "object": "LayoutTableCell TD class='red half'",
171 "reason": "bounds change" 171 "reason": "bounds change"
172 }, 172 },
173 { 173 {
174 "object": "LayoutTable TABLE", 174 "object": "LayoutTable TABLE",
175 "reason": "incremental" 175 "reason": "forced by layout"
176 }, 176 },
177 { 177 {
178 "object": "LayoutTableRow TR", 178 "object": "LayoutTableRow TR",
179 "reason": "location change" 179 "reason": "location change"
180 }, 180 },
181 { 181 {
182 "object": "LayoutTableCell TD class='half'", 182 "object": "LayoutTableCell TD class='half'",
183 "reason": "bounds change" 183 "reason": "bounds change"
184 }, 184 },
185 { 185 {
186 "object": "LayoutTableRow TR", 186 "object": "LayoutTableRow TR",
187 "reason": "location change" 187 "reason": "location change"
188 }, 188 },
189 { 189 {
190 "object": "LayoutTableCell TD class='half'", 190 "object": "LayoutTableCell TD class='half'",
191 "reason": "bounds change" 191 "reason": "bounds change"
192 } 192 }
193 ] 193 ]
194 } 194 }
195 195
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698