chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug82946-1.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>