| Index: third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-content-first-line-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-content-first-line-expected.html b/third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-content-first-line-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ef88a471c38fbb97ce358b8d402b75cc0f9aee23
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-content-first-line-expected.html
|
| @@ -0,0 +1,33 @@
|
| +<!DOCTYPE html>
|
| +<p>crbug.com/720620: The border on a div straddling a page-break doesn't overlap repeating headers.</p>
|
| +<div style="columns:2; line-height:20px; column-fill:auto; height:100px; orphans:1; widows:1; background:yellow;">
|
| + <table cellspacing="0" cellpadding="0" style="background:pink;">
|
| + <tbody>
|
| + <tr>
|
| + <th>repeated header</th>
|
| + </tr>
|
| + <tr>
|
| + <td>
|
| + <div>
|
| + line1<br>
|
| + line2<br>
|
| + line3<br>
|
| + <br>
|
| + </div>
|
| + </td>
|
| + </tr>
|
| + <tr>
|
| + <th>repeated header</th>
|
| + </tr>
|
| + <td>
|
| + <div>
|
| + <div style="border-top: 40px solid black;">
|
| + line4<br>
|
| + line5<br>
|
| + </div>
|
| + </div>
|
| + </td>
|
| + </tr>
|
| + </tbody>
|
| + </table>
|
| +</div>
|
|
|