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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-expected.html

Issue 2545243002: Don't repeat thead if the first row exceeds the height of the page (Closed)
Patch Set: bug 669690 Created 4 years 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-nested-repeating-thead-expected.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-expected.html b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-expected.html
index e33e8764c52fa115f77cc98da18ce25d148b62ac..3d4ffc53ee3f5ec80acc5677543dc3fe4ee6681f 100644
--- a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-expected.html
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-nested-repeating-thead-expected.html
@@ -28,7 +28,6 @@ tr {
<tr><td>Te</td><td>xt</td></tr>
</table>
</tr></td>
- <tr><td class="header" colspan=2>Col 1</td></tr>
<tr><td style="padding-top: 0px;">
<table>
<tr><td class="header">Col 1</td><td class="header">Col 2</td></tr>
@@ -38,9 +37,9 @@ tr {
<tr><td>Te</td><td>xt</td></tr>
<tr><td>Te</td><td>xt</td></tr>
<tr><td>Te</td><td>xt</td></tr>
+ <tr><td>Te</td><td>xt</td></tr>
</table>
</tr></td>
- <tr><td class="header" colspan=2>Col 1</td></tr>
<tr><td style="padding-top: 0px;">
<table>
<tr><td class="header">Col 1</td><td class="header">Col 2</td></tr>
@@ -49,7 +48,6 @@ tr {
<tr><td>Te</td><td>xt</td></tr>
<tr><td>Te</td><td>xt</td></tr>
<tr><td>Te</td><td>xt</td></tr>
- <tr><td>Te</td><td>xt</td></tr>
</table>
</tr></td>
</table>

Powered by Google App Engine
This is Rietveld 408576698