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

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

Powered by Google App Engine
This is Rietveld 408576698