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

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

Issue 2882043002: Update our treatment of repeating headers in tables (Closed)
Patch Set: bug 720620 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/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 3d4ffc53ee3f5ec80acc5677543dc3fe4ee6681f..e33e8764c52fa115f77cc98da18ce25d148b62ac 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,6 +28,7 @@ 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>
@@ -37,9 +38,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>
@@ -48,6 +49,7 @@ 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