Index: third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-tfoot-with-border-spacing-at-top-of-row-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row-expected.html b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-tfoot-with-border-spacing-at-top-of-row-expected.html |
similarity index 50% |
copy from third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row-expected.html |
copy to third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-tfoot-with-border-spacing-at-top-of-row-expected.html |
index 55daec894a401aad6ed7d0daecdb528c3b259324..079f5e4d3a38a9e72bc4c21cb42d106496cf6e1e 100644 |
--- a/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-with-border-spacing-at-top-of-row-expected.html |
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-line-cells-repeating-thead-tfoot-with-border-spacing-at-top-of-row-expected.html |
@@ -4,12 +4,12 @@ td, th { |
background-color: #ddd; |
border: 1px solid black; |
} |
-thead, tr { |
+tr { |
break-inside: avoid; |
} |
</style> |
-<p>crbug.com/642814: A row positioned naturally at the top of a column should move below any repeating table header.</p> |
-<div style="columns:3; line-height: 18px; column-fill: auto; height:72px; background-color: yellow; position:relative;"> |
+<p>crbug.com/656232: A row positioned naturally at the top of a column should move below any repeating table header.</p> |
+<div style="columns:3; line-height: 18px; column-fill: auto; height:110px; background-color: yellow; position:relative;"> |
<table> |
<tr> |
<th>Col 1</th> |
@@ -17,7 +17,25 @@ thead, tr { |
</tr> |
<tr><td>Te</td><td>xt</td></tr> |
<tr><td>Te</td><td>xt</td></tr> |
+ <tr> |
+ <th>Ft 1</th> |
+ <th>Ft 2</th> |
+ </tr> |
+ </table> |
+ <br> |
+ <table style="position: absolute; top: 0px"> |
+ <tr> |
+ <th>Col 1</th> |
+ <th>Col 2</th> |
+ </tr> |
+ <tr><td>Te</td><td>xt</td></tr> |
+ <tr><td>Te</td><td>xt</td></tr> |
+ <tr> |
+ <th>Ft 1</th> |
+ <th>Ft 2</th> |
+ </tr> |
</table> |
+ <br><br><br><br><br><br><br><br><br><br><br> |
<table style="position: absolute; top: 0px"> |
<tr> |
<th>Col 1</th> |
@@ -25,6 +43,10 @@ thead, tr { |
</tr> |
<tr><td>Te</td><td>xt</td></tr> |
<tr><td>Te</td><td>xt</td></tr> |
+ <tr> |
+ <th>Ft 1</th> |
+ <th>Ft 2</th> |
+ </tr> |
</table> |
</div> |