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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break-expected.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 style="background:blue;">
17 <br>
18 </td>
19 </tr>
20 <tr>
21 <td><br></td>
22 </tr>
23 <tr>
24 <td><br></td>
25 </tr>
26 <tr>
27 <td><br></td>
28 </tr>
29 <tr>
30 <td style="background:blue;">
31 <br>
32 </td>
33 </tr>
34 </tbody>
35 </table>
36 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698