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

Unified 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, 5 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-expected.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break-expected.html b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..1b77d9e66ed9ace1dcc6fa1d03416745d906da54
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-tfoot-rows-allowing-break-expected.html
@@ -0,0 +1,36 @@
+<!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 style="background:blue;">
+ <br>
+ </td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td style="background:blue;">
+ <br>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+</div>

Powered by Google App Engine
This is Rietveld 408576698