1564308-ref.html (432B)
1 <!DOCTYPE HTML> 2 <html><head> 3 <meta charset="utf-8"> 4 <title>Testcase for bug 1564308</title> 5 <style type="text/css"> 6 7 html { overflow: scroll } /* suppress resizes for scrollbars */ 8 9 </style> 10 </head> 11 <body style="height: 300px; width: 20em;"> 12 13 <div style="display:inline"> 14 <table border="1" style="display:inline-table; vertical-align: top;"> 15 <tbody> 16 <tr><td>Hello</td></tr> 17 </tbody> 18 </table> 19 </div> 20 21 </body> 22 </html>