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

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

Issue 2423513002: Simplify incremental paint invalidation (Closed)
Patch Set: Update test and rebaseline layout tests Created 4 years, 2 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 "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": "LayoutTableCell TD class='half'", 10 "object": "LayoutTableCell TD class='half'",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 }, 98 },
99 { 99 {
100 "object": "LayoutTableCell TD class='red half'", 100 "object": "LayoutTableCell TD class='red half'",
101 "rect": [8, 8, 60, 30], 101 "rect": [8, 8, 60, 30],
102 "reason": "bounds change" 102 "reason": "bounds change"
103 }, 103 },
104 { 104 {
105 "object": "LayoutTable TABLE", 105 "object": "LayoutTable TABLE",
106 "rect": [8, 372, 60, 19], 106 "rect": [8, 372, 60, 19],
107 "reason": "incremental" 107 "reason": "incremental"
108 },
109 {
110 "object": "LayoutTable TABLE",
111 "rect": [8, 376, 60, 15],
112 "reason": "incremental"
113 } 108 }
114 ] 109 ]
115 } 110 }
116 ], 111 ],
117 "objectPaintInvalidations": [ 112 "objectPaintInvalidations": [
118 { 113 {
119 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'", 114 "object": "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
120 "reason": "became invisible" 115 "reason": "became invisible"
121 }, 116 },
122 { 117 {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 "object": "LayoutTableRow TR", 186 "object": "LayoutTableRow TR",
192 "reason": "location change" 187 "reason": "location change"
193 }, 188 },
194 { 189 {
195 "object": "LayoutTableCell TD class='half'", 190 "object": "LayoutTableCell TD class='half'",
196 "reason": "bounds change" 191 "reason": "bounds change"
197 } 192 }
198 ] 193 ]
199 } 194 }
200 195
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698