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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/single-large-cell-with-header-expected.html

Issue 2882043002: Update our treatment of repeating headers in tables (Closed)
Patch Set: bug 720620 Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <style> 2 <p>crbug.com/669690: If the body's first row doesn't fit on a page then stil rep eat headers.</p>
3 td, th { 3 <div style="columns:3; line-height: 18px; column-fill: auto; height:105px; backg round-color: yellow;">
4 background-color: #ddd; 4 <table cellspacing="0" cellpadding="0" style="background:pink;">
5 border: 1px solid black; 5 <tr>
6 } 6 <th>Col 1</th>
7 </style> 7 </tr>
8 <p>crbug.com/669690: If the body's first row doesn't fit on a page then don't re peat headers.</p>
9 <div style="columns:3; line-height: 18px; column-fill: auto; height:74px; backgr ound-color: yellow;">
10 <table>
11 <thead>
12 <tr>
13 <th>Col 1</th>
14 </tr>
15 </thead>
16 <tr><td> 8 <tr><td>
17 <p>1</p> 9 1<br>
18 <p>2</p> 10 2<br>
19 <p>3</p> 11 3<br>
20 <p>4</p> 12 4
21 <p>5</p> 13 </td></tr>
22 <p>6</p> 14 <tr>
23 <p>7</p> 15 <th>Col 1</th>
24 <p>8</p> 16 </tr>
25 <p>9</p> 17 <tr><td>
26 18 5<br>
27 <p>10</p> 19 6<br>
28 <p>11</p>
29 <p>12</p>
30 <p>13</p>
31 <p>14</p>
32 <p>15</p>
33 <p>16</p>
34 <p>17</p>
35 <p>18</p>
36 <p>19</p>
37 </td></tr> 20 </td></tr>
38 </table> 21 </table>
39 </div> 22 </div>
40 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698