262151-1.html (576B)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html> 3 <head> 4 <title>Bug 262151</title> 5 <style type="text/css">table {border-collapse: collapse} td {padding: 0px}</style> 6 </head> 7 <body style="font-size: 16px;"> 8 <table width="100%"> 9 <tr> 10 <td><div style="width: 20em"></div></td> 11 <td> 12 <table align="right"> 13 <tr><td>This text should all <script type="text/javascript">var v = document.body.offsetHeight;</script>be on one line.</td></tr> 14 </table> 15 </td> 16 </tr> 17 </table> 18 </body> 19 </html>