chromium/third_party/blink/web_tests/tables/mozilla/bugs/bug2757.html

<html><head></head><body>
<table border cellspacing=2>
 <tr>
   <td>Click name to see 
   <td rowspan=2 bgcolor=00ff00>Mac Clbr Opt
 </tr>
 <tr>
   <B>           <!-- these bold tags break the table -->
   <td>Guilty
   </B>
 </tr>
 <tr>
   <td>&nbsp;
   <td  bgcolor=yellow>L C
 </tr>
</table>
</body></html>