| Index: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-repeating-thead-with-border-spacing-at-top-of-row.html
|
| diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row.html b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-repeating-thead-with-border-spacing-at-top-of-row.html
|
| similarity index 80%
|
| copy from third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row.html
|
| copy to third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-repeating-thead-with-border-spacing-at-top-of-row.html
|
| index 648e11c6e48eccfb4be25b3a595b17192d077dcc..07769083bbb6661dab74776b16e980f454058617 100644
|
| --- a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row.html
|
| +++ b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-multiple-tables-repeating-thead-with-border-spacing-at-top-of-row.html
|
| @@ -19,7 +19,14 @@ thead, tr {
|
| </thead>
|
| <tr><td>Te</td><td>xt</td></tr>
|
| <tr><td>Te</td><td>xt</td></tr>
|
| - <tr><td>Te</td><td>xt</td></tr>
|
| + </table>
|
| + <table>
|
| + <thead>
|
| + <tr>
|
| + <th>Col 1</th>
|
| + <th>Col 2</th>
|
| + </tr>
|
| + </thead>
|
| <tr><td>Te</td><td>xt</td></tr>
|
| </table>
|
| </div>
|
|
|