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

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

Issue 2786463004: Paint backgrounds of a table section/row in one display item (Closed)
Patch Set: - Created 3 years, 8 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": "LayoutTableCol COLGROUP id='colgroup'", 10 "object": "LayoutTableCol COLGROUP id='colgroup'",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 58 },
59 { 59 {
60 "object": "LayoutTableCell TD", 60 "object": "LayoutTableCell TD",
61 "rect": [116, 9, 54, 50], 61 "rect": [116, 9, 54, 50],
62 "reason": "bounds change" 62 "reason": "bounds change"
63 }, 63 },
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 },
69 {
70 "object": "LayoutTableSection TBODY",
71 "rect": [169, 9, 4, 100],
72 "reason": "incremental"
68 } 73 }
69 ] 74 ]
70 } 75 }
71 ], 76 ],
72 "objectPaintInvalidations": [ 77 "objectPaintInvalidations": [
73 { 78 {
74 "object": "LayoutTableCell TD", 79 "object": "LayoutTableCell TD",
75 "reason": "style change" 80 "reason": "style change"
76 }, 81 },
77 { 82 {
(...skipping 18 matching lines...) Expand all
96 }, 101 },
97 { 102 {
98 "object": "LayoutTable TABLE", 103 "object": "LayoutTable TABLE",
99 "reason": "incremental" 104 "reason": "incremental"
100 }, 105 },
101 { 106 {
102 "object": "LayoutTableCol COLGROUP id='colgroup'", 107 "object": "LayoutTableCol COLGROUP id='colgroup'",
103 "reason": "style change" 108 "reason": "style change"
104 }, 109 },
105 { 110 {
111 "object": "LayoutTableSection TBODY",
112 "reason": "incremental"
113 },
114 {
106 "object": "LayoutTableCell TD", 115 "object": "LayoutTableCell TD",
107 "reason": "bounds change" 116 "reason": "bounds change"
108 }, 117 },
109 { 118 {
110 "object": "LayoutTableCell TD", 119 "object": "LayoutTableCell TD",
111 "reason": "bounds change" 120 "reason": "bounds change"
112 }, 121 },
113 { 122 {
114 "object": "LayoutTableCell TD", 123 "object": "LayoutTableCell TD",
115 "reason": "bounds change" 124 "reason": "bounds change"
116 }, 125 },
117 { 126 {
118 "object": "LayoutTableCell TD", 127 "object": "LayoutTableCell TD",
119 "reason": "bounds change" 128 "reason": "bounds change"
120 }, 129 },
121 { 130 {
122 "object": "LayoutTableCell TD", 131 "object": "LayoutTableCell TD",
123 "reason": "bounds change" 132 "reason": "bounds change"
124 }, 133 },
125 { 134 {
126 "object": "LayoutTableCell TD", 135 "object": "LayoutTableCell TD",
127 "reason": "bounds change" 136 "reason": "bounds change"
128 } 137 }
129 ] 138 ]
130 } 139 }
131 140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698