new regression tests not affecting the build.
git-svn-id: svn://10.0.0.236/trunk@63205 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
33
mozilla/layout/html/tests/table/bugs/bug25004.html
Normal file
33
mozilla/layout/html/tests/table/bugs/bug25004.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<html>
|
||||
<body bgcolor="#c0c0c0">
|
||||
|
||||
<table width="100%" border="5">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="3">
|
||||
<tr>
|
||||
<td width="1000"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>This is some text</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
|
||||
<table border="5">
|
||||
<tr>
|
||||
<td>
|
||||
<table border="3">
|
||||
<tr>
|
||||
<td width="1000"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td>This is some text</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user