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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break.html

Issue 2584143003: Repeat footers in paginated context (Closed)
Patch Set: bug 656232 Created 3 years, 4 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/656232: There should be a blue <em>square</em> below.</p>
3 <div style="columns:2; width:20px; column-gap:0; column-fill:auto; height:80px; line-height:20px;">
4 <table style="width:100%;" cellspacing="0" cellpadding="0">
5 <tbody>
6 <tr>
7 <td><br></td>
8 </tr>
9 <tr>
10 <td><br></td>
11 </tr>
12 <tr>
13 <td><br></td>
14 </tr>
15 <tr>
16 <td><br></td>
17 </tr>
18 <tr>
19 <td><br></td>
20 </tr>
21 <tr>
22 <td><br></td>
23 </tr>
24 </tbody>
25 <tfoot style="break-inside:avoid;">
26 <tr>
27 <td style="background:blue;">
28 <br>
29 </td>
30 </tr>
31 </tfoot>
32 </table>
33 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698