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

Unified Diff: third_party/WebKit/LayoutTests/printing/thead-repeats-at-top-of-each-page-multiple-tables.html

Issue 2368093002: Handle repeated headers when more than one table in paged context (Closed)
Patch Set: Created 4 years, 3 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/printing/thead-repeats-at-top-of-each-page-multiple-tables.html
diff --git a/third_party/WebKit/LayoutTests/printing/thead-repeats-at-top-of-each-page.html b/third_party/WebKit/LayoutTests/printing/thead-repeats-at-top-of-each-page-multiple-tables.html
similarity index 53%
copy from third_party/WebKit/LayoutTests/printing/thead-repeats-at-top-of-each-page.html
copy to third_party/WebKit/LayoutTests/printing/thead-repeats-at-top-of-each-page-multiple-tables.html
index 92c9faa1290079c83902a3694dcc5bd03a2ee3a5..e567b69fcf80a85ae49160fd63111d8587c0dc74 100644
--- a/third_party/WebKit/LayoutTests/printing/thead-repeats-at-top-of-each-page.html
+++ b/third_party/WebKit/LayoutTests/printing/thead-repeats-at-top-of-each-page-multiple-tables.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<title>crbug.com/24826: When printing, table header groups repeat at the top of each page.</title>
+<title>crbug.com/631222: When printing, table header groups repeat at the top of each page that the table continues on.</title>
<style>
table {font-family: Helvetica, Arial, Verdana; font-size: 24pt
}
@@ -175,6 +175,172 @@
<td>2-31</td>
<td>3-31</td>
</tr>
+</tbody>
+</table>
+<table>
+<thead>
+ <tr>
+ <th>Column2 1</th>
+ <th>Column2 2</th>
+ <th>Column2 3</th>
+ </tr>
+</thead>
+<tbody>
+ <tr>
+ <td>1-1</td>
+ <td>2-1</td>
+ <td>3-1</td>
+ </tr>
+ <tr>
+ <td>1-2</td>
+ <td>2-2</td>
+ <td>3-2</td>
+ </tr>
+ <tr>
+ <td>1-3</td>
+ <td>2-3</td>
+ <td>3-3</td>
+ </tr>
+ <tr>
+ <td>1-4</td>
+ <td>2-4</td>
+ <td>3-4</td>
+ </tr>
+ <tr>
+ <td>1-5</td>
+ <td>2-5</td>
+ <td>3-5</td>
+ </tr>
+ <tr>
+ <td>1-6</td>
+ <td>2-6</td>
+ <td>3-6</td>
+ </tr>
+ <tr>
+ <td>1-7</td>
+ <td>2-7</td>
+ <td>3-7</td>
+ </tr>
+ <tr>
+ <td>1-8</td>
+ <td>2-8</td>
+ <td>3-8</td>
+ </tr>
+ <tr>
+ <td>1-9</td>
+ <td>2-9</td>
+ <td>3-9</td>
+ </tr>
+ <tr>
+ <td>1-10</td>
+ <td>2-10</td>
+ <td>3-10</td>
+ </tr>
+ <tr>
+ <td>1-11</td>
+ <td>2-11</td>
+ <td>3-11</td>
+ </tr>
+ <tr>
+ <td>1-12</td>
+ <td>2-12</td>
+ <td>3-12</td>
+ </tr>
+ <tr>
+ <td>1-13</td>
+ <td>2-13</td>
+ <td>3-13</td>
+ </tr>
+ <tr>
+ <td>1-14</td>
+ <td>2-14</td>
+ <td>3-14</td>
+ </tr>
+ <tr>
+ <td>1-15</td>
+ <td>2-15</td>
+ <td>3-15</td>
+ </tr>
+ <tr>
+ <td>1-16</td>
+ <td>2-16</td>
+ <td>3-16</td>
+ </tr>
+ <tr>
+ <td>1-17</td>
+ <td>2-17</td>
+ <td>3-17</td>
+ </tr>
+ <tr>
+ <td>1-18</td>
+ <td>2-18</td>
+ <td>3-18</td>
+ </tr>
+ <tr>
+ <td>1-19</td>
+ <td>2-19</td>
+ <td>3-19</td>
+ </tr>
+ <tr>
+ <td>1-20</td>
+ <td>2-20</td>
+ <td>3-20</td>
+ </tr>
+ <tr>
+ <td>1-21</td>
+ <td>2-21</td>
+ <td>3-21</td>
+ </tr>
+ <tr>
+ <td>1-22</td>
+ <td>2-22</td>
+ <td>3-22</td>
+ </tr>
+ <tr>
+ <td>1-23</td>
+ <td>2-23</td>
+ <td>3-23</td>
+ </tr>
+ <tr>
+ <td>1-24</td>
+ <td>2-24</td>
+ <td>3-24</td>
+ </tr>
+ <tr>
+ <td>1-25</td>
+ <td>2-25</td>
+ <td>3-25</td>
+ </tr>
+ <tr>
+ <td>1-26</td>
+ <td>2-26</td>
+ <td>3-26</td>
+ </tr>
+ <tr>
+ <td>1-27</td>
+ <td>2-27</td>
+ <td>3-27</td>
+ </tr>
+ <tr>
+ <td>1-28</td>
+ <td>2-28</td>
+ <td>3-28</td>
+ </tr>
+ <tr>
+ <td>1-29</td>
+ <td>2-29</td>
+ <td>3-29</td>
+ </tr>
+ <tr>
+ <td>1-30</td>
+ <td>2-30</td>
+ <td>3-30</td>
+ </tr>
+ <tr>
+ <td>1-31</td>
+ <td>2-31</td>
+ <td>3-31</td>
+ </tr>
<tr>
<td>1-32</td>
<td>2-32</td>
@@ -196,3 +362,4 @@
<td>3-35</td>
</tr>
</tbody>
+</table>

Powered by Google App Engine
This is Rietveld 408576698