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

Unified Diff: third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header.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-large-cell-with-header.html
diff --git a/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header.html b/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header.html
index 57b9768467b8928774eec275e46c4d934ba3d67e..6b560c60503a30bf7827dc61d680a055d7b8add9 100644
--- a/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header.html
+++ b/third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header.html
@@ -8,8 +8,8 @@ thead, tr {
break-inside: avoid;
}
</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;">
+<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>
<thead>
<tr>
@@ -20,23 +20,6 @@ thead, tr {
<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>
</td></tr>
</table>
</div>

Powered by Google App Engine
This is Rietveld 408576698