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

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, 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
mstensho (USE GERRIT) 2017/05/22 10:40:44 :-/ No way to still do this as a reftest?
rhogan 2017/05/22 18:06:04 I couldn't find the magic. :)
2 <style>
3 td, th {
4 background-color: #ddd;
5 border: 1px solid black;
6 }
7 </style>
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>
17 <p>1</p>
18 <p>2</p>
19 <p>3</p>
20 <p>4</p>
21 <p>5</p>
22 <p>6</p>
23 <p>7</p>
24 <p>8</p>
25 <p>9</p>
26
27 <p>10</p>
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>
38 </table>
39 </div>
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698