Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug82946-1.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

32 lines
1.1 KiB
HTML

<html>
<head>
<title>The XML Cover Pages - Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<p>The image below has a width of 459px. When the table below it has a width of 459px or greater,
the bottom row overlaps the top row</p>
Table with width=459<br>
<table border="1">
<tr>
<td rowspan="2">sidebar</td>
<td>
<img src="../images/rclogo460.gif" alt="The XML Cover Pages">
<table width="459" border="1"><tr><td>THIS IS A TABLE</td></tr></table>
</td>
</tr>
<tr>
<td>
The XML Cover Pages is a comprehensive online reference work for the Extensible Markup
Language (XML) and its parent, the Standard Generalized Markup Language
(SGML). The reference collection features extensive documentation on the
application of the open, interoperable "markup language" standards, including
XSL, XSLT, XPath, XQuery, XLink, XPointer, XHTML, HyTime, DSSSL, CSS, SPDL, SVG, CGM, ISO-HTML,
and others.
</td>
</tr>
</table>
</body>
</html>