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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-cell-straddles-page-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-cell-straddles-page-expected.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-cell-straddles-page-expected.html b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-cell-straddles-page-expected.html
index 9a158b4cb9a83c3e0967365a2b165d101c1ab3cd..b037e42ff308c8008ab4c8fb2eaa6674cb23cd49 100644
--- a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-cell-straddles-page-expected.html
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-cell-straddles-page-expected.html
@@ -18,22 +18,26 @@ td, th {
<tr><td class="header">Col 1</td><td class="header">Col 2</td></tr>
<tr><td>Te</td><td>xt</td></tr>
<tr><td>Te</td><td>xt</td></tr>
- <tr><td style="height: 28px; vertical-align: top;">Te</td><td style="vertical-align: top;">xt</td></tr>
+ <tr><td style="height: 4px; vertical-align: top;"></td><td style="vertical-align: top;"></td></tr>
+ <tr><td class="header">Ft 1</td><td class="header">Ft 2</td></tr>
+ </table>
+ <table style="padding-top: 1px;">
<tr><td class="header">Col 1</td><td class="header">Col 2</td></tr>
<tr><td>
- <div style="height: 76px; margin-top: -2px;">
- Te<br>
+ <div style="height: 52px; margin-top: -2px;">
Te<br>
Te<br>
</div>
</td>
<td>
- <div style="height: 76px; margin-top: -2px;">
- xt<br>
+ <div style="height: 52px; margin-top: -2px;">
xt<br>
xt<br>
</div>
</td></tr>
+ <tr><td class="header">Ft 1</td><td class="header">Ft 2</td></tr>
+ </table>
+ <table style="padding-top: 1px;">
<tr><td class="header">Col 1</td><td class="header">Col 2</td></tr>
<tr><td>
<div style="height: 40px; margin-top: -2px;">

Powered by Google App Engine
This is Rietveld 408576698