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

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

Issue 2861373003: Let table row and section's self visual overflow cover whole collapsed borders (Closed)
Patch Set: rebaseline-cl Created 3 years, 7 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": "LayoutTableSection TBODY id='tbody'",
11 "rect": [8, 8, 114, 104],
12 "reason": "style change"
13 },
14 {
10 "object": "LayoutTable TABLE", 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'",
16 "rect": [10, 10, 110, 100],
17 "reason": "style change"
18 },
19 {
20 "object": "LayoutTableSection TBODY id='tbody'",
21 "rect": [9, 9, 107, 100],
22 "reason": "style change"
23 },
24 {
25 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
26 "rect": [64, 8, 58, 53], 21 "rect": [64, 8, 58, 53],
27 "reason": "bounds change" 22 "reason": "bounds change"
28 }, 23 },
29 { 24 {
30 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
31 "rect": [8, 59, 58, 53], 26 "rect": [8, 59, 58, 53],
32 "reason": "bounds change" 27 "reason": "bounds change"
33 }, 28 },
34 { 29 {
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "object": "LayoutTableCell TD", 139 "object": "LayoutTableCell TD",
145 "reason": "bounds change" 140 "reason": "bounds change"
146 }, 141 },
147 { 142 {
148 "object": "LayoutTableCell TD", 143 "object": "LayoutTableCell TD",
149 "reason": "bounds change" 144 "reason": "bounds change"
150 } 145 }
151 ] 146 ]
152 } 147 }
153 148
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698