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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-colgroup-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",
11 "rect": [7, 7, 167, 104],
12 "reason": "bounds change"
13 },
14 {
10 "object": "LayoutTableCol COLGROUP id='colgroup'", 15 "object": "LayoutTableCol COLGROUP id='colgroup'",
11 "rect": [8, 8, 166, 102], 16 "rect": [8, 8, 166, 102],
12 "reason": "style change" 17 "reason": "style change"
13 }, 18 },
14 { 19 {
15 "object": "LayoutTableCell TD", 20 "object": "LayoutTableCell TD",
16 "rect": [63, 7, 58, 53], 21 "rect": [63, 7, 58, 53],
17 "reason": "bounds change" 22 "reason": "bounds change"
18 }, 23 },
19 { 24 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 63 },
59 { 64 {
60 "object": "LayoutTableCell TD", 65 "object": "LayoutTableCell TD",
61 "rect": [116, 9, 54, 50], 66 "rect": [116, 9, 54, 50],
62 "reason": "bounds change" 67 "reason": "bounds change"
63 }, 68 },
64 { 69 {
65 "object": "LayoutTable TABLE", 70 "object": "LayoutTable TABLE",
66 "rect": [169, 8, 5, 102], 71 "rect": [169, 8, 5, 102],
67 "reason": "incremental" 72 "reason": "incremental"
68 },
69 {
70 "object": "LayoutTableSection TBODY",
71 "rect": [169, 9, 4, 100],
72 "reason": "incremental"
73 } 73 }
74 ] 74 ]
75 } 75 }
76 ], 76 ],
77 "objectPaintInvalidations": [ 77 "objectPaintInvalidations": [
78 { 78 {
79 "object": "LayoutTableCell TD", 79 "object": "LayoutTableCell TD",
80 "reason": "style change" 80 "reason": "style change"
81 }, 81 },
82 { 82 {
(...skipping 19 matching lines...) Expand all
102 { 102 {
103 "object": "LayoutTable TABLE", 103 "object": "LayoutTable TABLE",
104 "reason": "incremental" 104 "reason": "incremental"
105 }, 105 },
106 { 106 {
107 "object": "LayoutTableCol COLGROUP id='colgroup'", 107 "object": "LayoutTableCol COLGROUP id='colgroup'",
108 "reason": "style change" 108 "reason": "style change"
109 }, 109 },
110 { 110 {
111 "object": "LayoutTableSection TBODY", 111 "object": "LayoutTableSection TBODY",
112 "reason": "incremental" 112 "reason": "bounds change"
113 }, 113 },
114 { 114 {
115 "object": "LayoutTableCell TD", 115 "object": "LayoutTableCell TD",
116 "reason": "bounds change" 116 "reason": "bounds change"
117 }, 117 },
118 { 118 {
119 "object": "LayoutTableCell TD", 119 "object": "LayoutTableCell TD",
120 "reason": "bounds change" 120 "reason": "bounds change"
121 }, 121 },
122 { 122 {
123 "object": "LayoutTableCell TD", 123 "object": "LayoutTableCell TD",
124 "reason": "bounds change" 124 "reason": "bounds change"
125 }, 125 },
126 { 126 {
127 "object": "LayoutTableCell TD", 127 "object": "LayoutTableCell TD",
128 "reason": "bounds change" 128 "reason": "bounds change"
129 }, 129 },
130 { 130 {
131 "object": "LayoutTableCell TD", 131 "object": "LayoutTableCell TD",
132 "reason": "bounds change" 132 "reason": "bounds change"
133 }, 133 },
134 { 134 {
135 "object": "LayoutTableCell TD", 135 "object": "LayoutTableCell TD",
136 "reason": "bounds change" 136 "reason": "bounds change"
137 } 137 }
138 ] 138 ]
139 } 139 }
140 140
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698