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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break.html b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break.html
new file mode 100644
index 0000000000000000000000000000000000000000..1aa715224226f93a38cc6e8a2cb2b50af06062bd
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<p>crbug.com/656232: There should be a blue <em>square</em> below.</p>
+<div style="columns:2; width:20px; column-gap:0; column-fill:auto; height:80px; line-height:20px;">
+ <table style="width:100%;" cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ </tbody>
+ <tfoot style="break-inside:avoid;">
+ <tr>
+ <td style="background:blue;">
+ <br>
+ </td>
+ </tr>
+ </tfoot>
+ </table>
+</div>

Powered by Google App Engine
This is Rietveld 408576698