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

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

Issue 1880263003: Auto-rebaseline for r386782 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "rect": [0, 0, 0, 0], 71 "rect": [0, 0, 0, 0],
72 "reason": "full" 72 "reason": "full"
73 }, 73 },
74 { 74 {
75 "object": "LayoutTableCell TD", 75 "object": "LayoutTableCell TD",
76 "rect": [0, 0, 0, 0], 76 "rect": [0, 0, 0, 0],
77 "reason": "full" 77 "reason": "full"
78 }, 78 },
79 { 79 {
80 "object": "LayoutTableCell TD", 80 "object": "LayoutTableCell TD",
81 "rect": [8, 8, 56, 52],
82 "reason": "location change"
83 },
84 {
85 "object": "LayoutTableCell TD",
86 "rect": [8, 8, 56, 53], 81 "rect": [8, 8, 56, 53],
87 "reason": "location change" 82 "reason": "location change"
88 }, 83 },
89 { 84 {
90 "object": "LayoutTableCell TD", 85 "object": "LayoutTableCell TD",
91 "rect": [62, 8, 55, 52],
92 "reason": "location change"
93 },
94 {
95 "object": "LayoutTableCell TD",
96 "rect": [62, 8, 57, 53], 86 "rect": [62, 8, 57, 53],
97 "reason": "location change" 87 "reason": "location change"
98 }, 88 },
99 { 89 {
100 "object": "LayoutTableCell TD", 90 "object": "LayoutTableCell TD",
101 "rect": [8, 58, 56, 52], 91 "rect": [8, 58, 56, 52],
102 "reason": "location change" 92 "reason": "location change"
103 }, 93 },
104 { 94 {
105 "object": "LayoutTableCell TD", 95 "object": "LayoutTableCell TD",
106 "rect": [8, 59, 56, 53], 96 "rect": [8, 59, 56, 53],
107 "reason": "location change" 97 "reason": "location change"
108 }, 98 },
109 { 99 {
110 "object": "LayoutTableCell TD", 100 "object": "LayoutTableCell TD",
111 "rect": [63, 59, 54, 51], 101 "rect": [63, 59, 54, 51],
112 "reason": "location change" 102 "reason": "location change"
113 }, 103 },
114 { 104 {
115 "object": "LayoutTableCell TD", 105 "object": "LayoutTableCell TD",
116 "rect": [63, 60, 56, 52], 106 "rect": [63, 60, 56, 52],
117 "reason": "location change" 107 "reason": "location change"
118 }, 108 },
119 { 109 {
120 "object": "LayoutTableCell TD", 110 "object": "LayoutTableCell TD",
121 "rect": [9, 109, 54, 51],
122 "reason": "location change"
123 },
124 {
125 "object": "LayoutTableCell TD",
126 "rect": [8, 108, 55, 53], 111 "rect": [8, 108, 55, 53],
127 "reason": "location change" 112 "reason": "location change"
128 }, 113 },
129 { 114 {
130 "object": "LayoutTableCell TD", 115 "object": "LayoutTableCell TD",
131 "rect": [63, 109, 54, 51],
132 "reason": "location change"
133 },
134 {
135 "object": "LayoutTableCell TD",
136 "rect": [63, 108, 56, 53], 116 "rect": [63, 108, 56, 53],
137 "reason": "location change" 117 "reason": "location change"
138 }, 118 },
139 { 119 {
140 "object": "LayoutTableRow TR", 120 "object": "LayoutTableRow TR",
141 "rect": [9, 9, 107, 50], 121 "rect": [9, 9, 107, 50],
142 "reason": "location change" 122 "reason": "location change"
143 }, 123 },
144 { 124 {
145 "object": "LayoutTableRow TR", 125 "object": "LayoutTableRow TR",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 { 164 {
185 "object": "LayoutTableSection TBODY id='tbody'", 165 "object": "LayoutTableSection TBODY id='tbody'",
186 "rect": [10, 10, 107, 100], 166 "rect": [10, 10, 107, 100],
187 "reason": "location change" 167 "reason": "location change"
188 } 168 }
189 ] 169 ]
190 } 170 }
191 ] 171 ]
192 } 172 }
193 173
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698