Index: third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html b/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html |
index 125579c2264718dff79576e81654bb8bd45d7886..f71077cff268c383eeb96092ec6918799d01d0df 100644 |
--- a/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html |
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html |
@@ -1,39 +1,22 @@ |
<!DOCTYPE html> |
-<style> |
-td, th { |
- background-color: #ddd; |
- border: 1px solid black; |
-} |
-</style> |
-<p>crbug.com/669690: If the body's first row doesn't fit on a page then don't repeat headers.</p> |
-<div style="columns:3; line-height: 18px; column-fill: auto; height:74px; background-color: yellow;"> |
- <table> |
- <thead> |
- <tr> |
- <th>Col 1</th> |
- </tr> |
- </thead> |
+<p>crbug.com/669690: If the body's first row doesn't fit on a page then stil repeat headers.</p> |
+<div style="columns:3; line-height: 18px; column-fill: auto; height:105px; background-color: yellow;"> |
+ <table cellspacing="0" cellpadding="0" style="background:pink;"> |
+ <tr> |
+ <th>Col 1</th> |
+ </tr> |
<tr><td> |
- <p>1</p> |
- <p>2</p> |
- <p>3</p> |
- <p>4</p> |
- <p>5</p> |
- <p>6</p> |
- <p>7</p> |
- <p>8</p> |
- <p>9</p> |
- |
- <p>10</p> |
- <p>11</p> |
- <p>12</p> |
- <p>13</p> |
- <p>14</p> |
- <p>15</p> |
- <p>16</p> |
- <p>17</p> |
- <p>18</p> |
- <p>19</p> |
+ 1<br> |
+ 2<br> |
+ 3<br> |
+ 4 |
+ </td></tr> |
+ <tr> |
+ <th>Col 1</th> |
+ </tr> |
+ <tr><td> |
+ 5<br> |
+ 6<br> |
</td></tr> |
</table> |
</div> |