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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-tbody-border-width-expected.txt

Issue 2430313004: Paint collapsed borders of a table as one display item (Closed)
Patch Set: Improve raster performance Created 4 years, 1 month 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", 10 "object": "LayoutTable TABLE",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 { 74 {
75 "object": "LayoutTable TABLE", 75 "object": "LayoutTable TABLE",
76 "rect": [115, 8, 7, 153], 76 "rect": [115, 8, 7, 153],
77 "reason": "incremental" 77 "reason": "incremental"
78 } 78 }
79 ] 79 ]
80 } 80 }
81 ], 81 ],
82 "objectPaintInvalidations": [ 82 "objectPaintInvalidations": [
83 { 83 {
84 "object": "LayoutTableCell TD", 84 "object": "LayoutTable TABLE",
85 "reason": "style change" 85 "reason": "style change"
86 }, 86 },
87 { 87 {
88 "object": "LayoutTableCell TD",
89 "reason": "style change"
90 },
91 {
92 "object": "LayoutTableCell TD",
93 "reason": "style change"
94 },
95 {
96 "object": "LayoutTableCell TD",
97 "reason": "style change"
98 },
99 {
100 "object": "LayoutTableCell TD",
101 "reason": "style change"
102 },
103 {
104 "object": "LayoutTableCell TD",
105 "reason": "style change"
106 },
107 {
108 "object": "LayoutTable TABLE", 88 "object": "LayoutTable TABLE",
109 "reason": "incremental" 89 "reason": "incremental"
110 }, 90 },
111 { 91 {
112 "object": "LayoutTableSection TBODY id='tbody'", 92 "object": "LayoutTableSection TBODY id='tbody'",
113 "reason": "style change" 93 "reason": "style change"
114 }, 94 },
115 { 95 {
116 "object": "LayoutTableRow TR", 96 "object": "LayoutTableRow TR",
117 "reason": "location change" 97 "reason": "location change"
(...skipping 26 matching lines...) Expand all
144 "object": "LayoutTableCell TD", 124 "object": "LayoutTableCell TD",
145 "reason": "bounds change" 125 "reason": "bounds change"
146 }, 126 },
147 { 127 {
148 "object": "LayoutTableCell TD", 128 "object": "LayoutTableCell TD",
149 "reason": "bounds change" 129 "reason": "bounds change"
150 } 130 }
151 ] 131 ]
152 } 132 }
153 133
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698