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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/single-cell-repeating-thead-break-inside-content-first-line-expected.html

Issue 2882043002: Update our treatment of repeating headers in tables (Closed)
Patch Set: bug 720620 Created 3 years, 6 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
(Empty)
1 <!DOCTYPE html>
2 <p>crbug.com/720620: The border on a div straddling a page-break doesn't overlap repeating headers.</p>
3 <div style="columns:2; line-height:20px; column-fill:auto; height:100px; orphans :1; widows:1; background:yellow;">
4 <table cellspacing="0" cellpadding="0" style="background:pink;">
5 <tbody>
6 <tr>
7 <th>repeated header</th>
8 </tr>
9 <tr>
10 <td>
11 <div>
12 line1<br>
13 line2<br>
14 line3<br>
15 <br>
16 </div>
17 </td>
18 </tr>
19 <tr>
20 <th>repeated header</th>
21 </tr>
22 <td>
23 <div>
24 <div style="border-top: 40px solid black;">
25 line4<br>
26 line5<br>
27 </div>
28 </div>
29 </td>
30 </tr>
31 </tbody>
32 </table>
33 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698