| Index: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-starts-middle-of-page-break-after-avoid-2-expected.html b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row-expected.html
|
| similarity index 78%
|
| copy from third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-starts-middle-of-page-break-after-avoid-2-expected.html
|
| copy to third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row-expected.html
|
| index 3a9ef6e4166e69dede5b4206f756708016b6b919..55daec894a401aad6ed7d0daecdb528c3b259324 100644
|
| --- a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-starts-middle-of-page-break-after-avoid-2-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row-expected.html
|
| @@ -1,19 +1,15 @@
|
| <!DOCTYPE html>
|
| <style>
|
| -table {
|
| - font-size: 16px;
|
| -}
|
| td, th {
|
| background-color: #ddd;
|
| border: 1px solid black;
|
| }
|
| -tr {
|
| +thead, tr {
|
| break-inside: avoid;
|
| }
|
| </style>
|
| -<p>crbug.com/624814: A row positioned naturally at the top of a column should move below any repeating table header.</p>
|
| -<div style="columns:3; line-height: 18px; column-fill: auto; height:91px; background-color: yellow; position: relative;">
|
| - <br>
|
| +<p>crbug.com/642814: A row positioned naturally at the top of a column should move below any repeating table header.</p>
|
| +<div style="columns:3; line-height: 18px; column-fill: auto; height:72px; background-color: yellow; position:relative;">
|
| <table>
|
| <tr>
|
| <th>Col 1</th>
|
| @@ -28,6 +24,7 @@ tr {
|
| <th>Col 2</th>
|
| </tr>
|
| <tr><td>Te</td><td>xt</td></tr>
|
| + <tr><td>Te</td><td>xt</td></tr>
|
| </table>
|
| </div>
|
|
|
|
|