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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/balance-repeating-table-headers.html

Issue 2584143003: Repeat footers in paginated context (Closed)
Patch Set: bug 656232 Created 3 years, 7 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/fast/multicol/balance-repeating-table-headers.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/balance-repeating-table-headers.html b/third_party/WebKit/LayoutTests/fast/multicol/balance-repeating-table-headers.html
index 807120d10133109badc9813f2f0f5020d362922c..6450fbb592cd944792bdafcbeca5936f26d605ac 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/balance-repeating-table-headers.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/balance-repeating-table-headers.html
@@ -15,11 +15,23 @@
<td><br></td>
</tr>
<tr>
+ <td><br></td>
+ </tr>
mstensho (USE GERRIT) 2017/05/08 13:55:58 Why changes here? No repeating footers here.
rhogan 2017/05/09 19:57:15 This is so that the header is < 25% of the table.
mstensho (USE GERRIT) 2017/05/10 10:59:03 If it's not feasible to break out this change from
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
<td style="background:yellow;"><br></td>
</tr>
<tr>
<td><br></td>
</tr>
+ <tr>
+ <td><br></td>
+ </tr>
+ <tr>
+ <td><br></td>
+ </tr>
</tbody>
</table>
<br>

Powered by Google App Engine
This is Rietveld 408576698