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

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

Issue 2495343002: Revert of Paint collapsed borders of a table as one display item (Closed)
Patch Set: 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",
11 "rect": [8, 8, 114, 153],
12 "reason": "invalidate paint rectangle"
13 },
14 {
15 "object": "LayoutTable TABLE",
16 "rect": [8, 159, 114, 2], 11 "rect": [8, 159, 114, 2],
17 "reason": "incremental" 12 "reason": "incremental"
18 }, 13 },
19 { 14 {
20 "object": "LayoutTableSection TBODY id='tbody'", 15 "object": "LayoutTableSection TBODY id='tbody'",
21 "rect": [10, 10, 110, 100], 16 "rect": [10, 10, 110, 100],
22 "reason": "style change" 17 "reason": "style change"
23 }, 18 },
24 { 19 {
25 "object": "LayoutTableSection TBODY id='tbody'", 20 "object": "LayoutTableSection TBODY id='tbody'",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 { 74 {
80 "object": "LayoutTable TABLE", 75 "object": "LayoutTable TABLE",
81 "rect": [115, 8, 7, 153], 76 "rect": [115, 8, 7, 153],
82 "reason": "incremental" 77 "reason": "incremental"
83 } 78 }
84 ] 79 ]
85 } 80 }
86 ], 81 ],
87 "objectPaintInvalidations": [ 82 "objectPaintInvalidations": [
88 { 83 {
89 "object": "LayoutTable TABLE", 84 "object": "LayoutTableCell TD",
90 "reason": "invalidate paint rectangle" 85 "reason": "style change"
86 },
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"
91 }, 106 },
92 { 107 {
93 "object": "LayoutTable TABLE", 108 "object": "LayoutTable TABLE",
94 "reason": "incremental" 109 "reason": "incremental"
95 }, 110 },
96 { 111 {
97 "object": "LayoutTableSection TBODY id='tbody'", 112 "object": "LayoutTableSection TBODY id='tbody'",
98 "reason": "style change" 113 "reason": "style change"
99 }, 114 },
100 { 115 {
(...skipping 28 matching lines...) Expand all
129 "object": "LayoutTableCell TD", 144 "object": "LayoutTableCell TD",
130 "reason": "bounds change" 145 "reason": "bounds change"
131 }, 146 },
132 { 147 {
133 "object": "LayoutTableCell TD", 148 "object": "LayoutTableCell TD",
134 "reason": "bounds change" 149 "reason": "bounds change"
135 } 150 }
136 ] 151 ]
137 } 152 }
138 153
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698