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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/table/cached-change-col-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": "LayoutTableCol COL id='col'", 10 "object": "LayoutTableCol COL id='col'",
11 "rect": [8, 8, 113, 104], 11 "rect": [8, 8, 113, 104],
12 "reason": "style change" 12 "reason": "style change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutTableSection TBODY",
16 "rect": [8, 8, 113, 104],
17 "reason": "location change"
18 },
19 {
15 "object": "LayoutTable TABLE", 20 "object": "LayoutTable TABLE",
16 "rect": [8, 108, 113, 4], 21 "rect": [8, 108, 113, 4],
17 "reason": "incremental" 22 "reason": "incremental"
18 }, 23 },
19 { 24 {
20 "object": "LayoutTableSection TBODY",
21 "rect": [10, 10, 110, 100],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutTableSection TBODY",
26 "rect": [9, 9, 107, 100],
27 "reason": "bounds change"
28 },
29 {
30 "object": "LayoutTableCell TD", 25 "object": "LayoutTableCell TD",
31 "rect": [8, 59, 60, 53], 26 "rect": [8, 59, 60, 53],
32 "reason": "bounds change" 27 "reason": "bounds change"
33 }, 28 },
34 { 29 {
35 "object": "LayoutTableCell TD", 30 "object": "LayoutTableCell TD",
36 "rect": [8, 8, 60, 53], 31 "rect": [8, 8, 60, 53],
37 "reason": "location change" 32 "reason": "location change"
38 }, 33 },
39 { 34 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 84 {
90 "object": "LayoutTable TABLE", 85 "object": "LayoutTable TABLE",
91 "reason": "incremental" 86 "reason": "incremental"
92 }, 87 },
93 { 88 {
94 "object": "LayoutTableCol COL id='col'", 89 "object": "LayoutTableCol COL id='col'",
95 "reason": "style change" 90 "reason": "style change"
96 }, 91 },
97 { 92 {
98 "object": "LayoutTableSection TBODY", 93 "object": "LayoutTableSection TBODY",
99 "reason": "bounds change" 94 "reason": "location change"
100 }, 95 },
101 { 96 {
102 "object": "LayoutTableRow TR", 97 "object": "LayoutTableRow TR",
103 "reason": "location change" 98 "reason": "location change"
104 }, 99 },
105 { 100 {
106 "object": "LayoutTableCell TD", 101 "object": "LayoutTableCell TD",
107 "reason": "location change" 102 "reason": "location change"
108 }, 103 },
109 { 104 {
110 "object": "LayoutTableCell TD", 105 "object": "LayoutTableCell TD",
111 "reason": "bounds change" 106 "reason": "bounds change"
112 }, 107 },
113 { 108 {
114 "object": "LayoutTableRow TR", 109 "object": "LayoutTableRow TR",
115 "reason": "location change" 110 "reason": "location change"
116 }, 111 },
117 { 112 {
118 "object": "LayoutTableCell TD", 113 "object": "LayoutTableCell TD",
119 "reason": "bounds change" 114 "reason": "bounds change"
120 }, 115 },
121 { 116 {
122 "object": "LayoutTableCell TD", 117 "object": "LayoutTableCell TD",
123 "reason": "bounds change" 118 "reason": "bounds change"
124 } 119 }
125 ] 120 ]
126 } 121 }
127 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698