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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header.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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 td, th {
4 background-color: #ddd;
5 border: 1px solid black;
6 }
7 thead, tr {
8 break-inside: avoid;
9 }
10 </style>
11 <p>crbug.com/669690: If the body's first row doesn't fit on a page then don't re peat headers.</p>
12 <div style="columns:3; line-height: 18px; column-fill: auto; height:74px; backgr ound-color: yellow;">
13 <table>
14 <thead>
15 <tr>
16 <th>Col 1</th>
17 </tr>
18 </thead>
19 <tr><td>
20 <p>1</p>
21 <p>2</p>
22 <p>3</p>
23 <p>4</p>
24 <p>5</p>
25 <p>6</p>
26 <p>7</p>
27 <p>8</p>
28 <p>9</p>
29
30 <p>10</p>
31 <p>11</p>
32 <p>12</p>
33 <p>13</p>
34 <p>14</p>
35 <p>15</p>
36 <p>16</p>
37 <p>17</p>
38 <p>18</p>
39 <p>19</p>
40 </td></tr>
41 </table>
42 </div>
43
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698