huge-horizontal-overflow-ref.html (1160B)
1 <!DOCTYPE html> 2 <html> 3 <head><title>Testcase for bug 751278</title> 4 <style> 5 .ui-helper-hidden { display: none; } 6 .ui-helper-hidden-accessible { position: absolute; left: -9999px; } 7 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 8 9 span { display:inline-block; min-width:300px;} 10 </style> 11 </head> 12 <body> 13 <h1>Test</h1> 14 <div> 15 <div> 16 <table cellspacing='0' cellpadding='0'> 17 <tr> 18 <th><span>Col 0</span></th> 19 <th><span>Col 1</span></th> 20 <th><span>Col 2</span></th> 21 <th><span>Col 3</span></th> 22 <th><span>Col 4</span></th> 23 <th><span>Col 5</span></th> 24 <th><span>Col 6</span></th> 25 <th><span>Col 7</span></th> 26 <th><span>Col 8</span></th> 27 28 29 </tr> 30 <tr> 31 <td>alskjdfas</td> 32 <td>alskjdfas</td> 33 <td>alskjdfas</td> 34 <td>alskjdfas</td> 35 <td>alskjdfas</td> 36 <td>alskjdfas</td> 37 <td>alskjdfas</td> 38 <td>alskjdfas</td> 39 <td>alskjdfas</td> 40 41 </tr> 42 43 </table> 44 </div> 45 </div> 46 <div class="ui-helper-clearfix ui-helper-hidden-accessible"></div> 47 </body> 48 </html>