Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug82946-1.html
blobaab898da8b58c98fab830f34d92a133ce189d853
1 <html>
2 <head>
3 <title>The XML Cover Pages - Home Page</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 </head>
6 <body>
7 <p>The image below has a width of 459px. When the table below it has a width of 459px or greater,
8 the bottom row overlaps the top row</p>
9 Table with width=459<br>
10 <table border="1">
11 <tr>
12 <td rowspan="2">sidebar</td>
13 <td>
14 <img src="../images/rclogo460.gif" alt="The XML Cover Pages">
15 <table width="459" border="1"><tr><td>THIS IS A TABLE</td></tr></table>
16 </td>
17 </tr>
18 <tr>
19 <td>
20 The XML Cover Pages is a comprehensive online reference work for the Extensible Markup
21 Language (XML) and its parent, the Standard Generalized Markup Language
22 (SGML). The reference collection features extensive documentation on the
23 application of the open, interoperable "markup language" standards, including
24 XSL, XSLT, XPath, XQuery, XLink, XPointer, XHTML, HyTime, DSSSL, CSS, SPDL, SVG, CGM, ISO-HTML,
25 and others.
26 </td>
27 </tr>
28 </table>
30 </body>
31 </html>