new regression tests not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@90005 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
4
mozilla/layout/html/tests/table/printing/split2Rows.html
Normal file
4
mozilla/layout/html/tests/table/printing/split2Rows.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<table border>
|
||||
<tr><td><div style="height:800px">row one</div></td></tr>
|
||||
<tr><td><div style="height:800px">row two</div></td></tr>
|
||||
</table>
|
||||
5
mozilla/layout/html/tests/table/printing/split3Rows.html
Normal file
5
mozilla/layout/html/tests/table/printing/split3Rows.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<table border>
|
||||
<tr><td><div style="height:800px">row one</div></td></tr>
|
||||
<tr><td><div style="height:800px">row two</div></td></tr>
|
||||
<tr><td><div style="height:800px">row three</div></td></tr>
|
||||
</table>
|
||||
11
mozilla/layout/html/tests/table/printing/tfoot.html
Normal file
11
mozilla/layout/html/tests/table/printing/tfoot.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<table border>
|
||||
<tfoot><tr><td>tfoot</td></tr></tfoot>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><div style="height:800px">this is row 1</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="height:800px">this is row 2</div></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
11
mozilla/layout/html/tests/table/printing/thead.html
Normal file
11
mozilla/layout/html/tests/table/printing/thead.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<table border>
|
||||
<thead><tr><td>thead</td></tr></thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><div style="height:800px">this is row 1</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="height:800px">this is row 2</div></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
4
mozilla/layout/html/tests/table/printing/theadtfoot.html
Normal file
4
mozilla/layout/html/tests/table/printing/theadtfoot.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<table border>
|
||||
<tr><td><div style="height:800px">row one</div></td></tr>
|
||||
<tr><td><div style="height:800px">row two</div></td></tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user