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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-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": "LayoutTableCol COLGROUP id='colgroup'", 10 "object": "LayoutTableCol COLGROUP id='colgroup'",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 { 64 {
65 "object": "LayoutTable TABLE", 65 "object": "LayoutTable TABLE",
66 "rect": [169, 8, 5, 102], 66 "rect": [169, 8, 5, 102],
67 "reason": "incremental" 67 "reason": "incremental"
68 } 68 }
69 ] 69 ]
70 } 70 }
71 ], 71 ],
72 "objectPaintInvalidations": [ 72 "objectPaintInvalidations": [
73 { 73 {
74 "object": "LayoutTableCell TD", 74 "object": "LayoutTable TABLE",
75 "reason": "style change" 75 "reason": "style change"
76 }, 76 },
77 { 77 {
78 "object": "LayoutTableCell TD",
79 "reason": "style change"
80 },
81 {
82 "object": "LayoutTableCell TD",
83 "reason": "style change"
84 },
85 {
86 "object": "LayoutTableCell TD",
87 "reason": "style change"
88 },
89 {
90 "object": "LayoutTableCell TD",
91 "reason": "style change"
92 },
93 {
94 "object": "LayoutTableCell TD",
95 "reason": "style change"
96 },
97 {
98 "object": "LayoutTable TABLE", 78 "object": "LayoutTable TABLE",
99 "reason": "incremental" 79 "reason": "incremental"
100 }, 80 },
101 { 81 {
102 "object": "LayoutTableCol COLGROUP id='colgroup'", 82 "object": "LayoutTableCol COLGROUP id='colgroup'",
103 "reason": "style change" 83 "reason": "style change"
104 }, 84 },
105 { 85 {
106 "object": "LayoutTableCell TD", 86 "object": "LayoutTableCell TD",
107 "reason": "bounds change" 87 "reason": "bounds change"
(...skipping 14 matching lines...) Expand all
122 "object": "LayoutTableCell TD", 102 "object": "LayoutTableCell TD",
123 "reason": "bounds change" 103 "reason": "bounds change"
124 }, 104 },
125 { 105 {
126 "object": "LayoutTableCell TD", 106 "object": "LayoutTableCell TD",
127 "reason": "bounds change" 107 "reason": "bounds change"
128 } 108 }
129 ] 109 ]
130 } 110 }
131 111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698