зеркало из https://github.com/mozilla/pjs.git
regression tests for bug 133756, not affecting the build.
This commit is contained in:
Родитель
fa675e1413
Коммит
fa10cbf281
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<title>das Leben</title>
|
||||
</head>
|
||||
<body>
|
||||
<table cellpadding="0" cellspacing="0" summary="">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td rowspan="4">
|
||||
<p>blah blah</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height="25%">
|
||||
<!-- <td></td> -->
|
||||
</tr>
|
||||
<tr height="25%">
|
||||
<!-- <td></td> -->
|
||||
</tr>
|
||||
<tr height="25%">
|
||||
<!-- <td></td> -->
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p>text at the bottom</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,62 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html><head>
|
||||
<title>Testcase for bug 133756</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Table 1: border=1 cellspacing=0 cellpadding=0
|
||||
<table border=1 cellspacing=0 cellpadding=0>
|
||||
<tr><td rowspan="2">First Row</td></tr>
|
||||
<tr height="50%"></tr>
|
||||
</table>
|
||||
|
||||
Table 2: border=1 cellspacing=1 cellpadding=0
|
||||
<table border=1 cellspacing=1 cellpadding=0>
|
||||
<tr><td rowspan="2">First Row</td></tr>
|
||||
<tr height="50%"></tr>
|
||||
</table>
|
||||
|
||||
Table 3: border=1 cellspacing=0 cellpadding=1
|
||||
<table border=1 cellspacing=0 cellpadding=1>
|
||||
<tr><td rowspan="2">First Row</td></tr>
|
||||
<tr height="50%"></tr>
|
||||
</table>
|
||||
|
||||
Table 4: border=1 cellspacing=1 cellpadding=1
|
||||
<table border=1 cellspacing=1 cellpadding=1>
|
||||
<tr><td rowspan="2">First Row</td></tr>
|
||||
<tr height="50%"></tr>
|
||||
</table>
|
||||
|
||||
|
||||
<br><br>Same tables as above but removing height="50%" from the second row:<br><br>
|
||||
|
||||
Table 5: border=1 cellspacing=0 cellpadding=0
|
||||
<table border=1 cellspacing=0 cellpadding=0>
|
||||
<tr><td rowspan="2">First Row</td></tr>
|
||||
<tr></tr>
|
||||
</table>
|
||||
|
||||
Table 6: border=1 cellspacing=1 cellpadding=0
|
||||
<table border=1 cellspacing=1 cellpadding=0>
|
||||
<tr><td rowspan="2">First Row</td></tr>
|
||||
<tr></tr>
|
||||
</table>
|
||||
|
||||
Table 7: border=1 cellspacing=0 cellpadding=1
|
||||
<table border=1 cellspacing=0 cellpadding=1>
|
||||
<tr><td rowspan="2">First Row</td></tr>
|
||||
<tr></tr>
|
||||
</table>
|
||||
|
||||
Table 8: border=1 cellspacing=1 cellpadding=1
|
||||
<table border=1 cellspacing=1 cellpadding=1>
|
||||
<tr><td rowspan="2">First Row</td></tr>
|
||||
<tr></tr>
|
||||
</table>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -69,5 +69,7 @@ file:///s|/mozilla/layout/html/tests/table/bugs/bug13105.html
|
|||
file:///s|/mozilla/layout/html/tests/table/bugs/bug13118.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug1318.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug13169.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug13484.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug13169.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug133756-1.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug133756-2.html
|
||||
file:///s|/mozilla/layout/html/tests/table/bugs/bug13526.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче