huge-horizontal-overflow.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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: -99999999px; }
  7. .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  8. span { display:inline-block; min-width:300px;}
  9. </style>
  10. </head>
  11. <body>
  12. <h1>Test</h1>
  13. <div>
  14. <div>
  15. <table cellspacing='0' cellpadding='0'>
  16. <tr>
  17. <th><span>Col 0</span></th>
  18. <th><span>Col 1</span></th>
  19. <th><span>Col 2</span></th>
  20. <th><span>Col 3</span></th>
  21. <th><span>Col 4</span></th>
  22. <th><span>Col 5</span></th>
  23. <th><span>Col 6</span></th>
  24. <th><span>Col 7</span></th>
  25. <th><span>Col 8</span></th>
  26. </tr>
  27. <tr>
  28. <td>alskjdfas</td>
  29. <td>alskjdfas</td>
  30. <td>alskjdfas</td>
  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. </tr>
  38. </table>
  39. </div>
  40. </div>
  41. <div class="ui-helper-clearfix ui-helper-hidden-accessible"></div>
  42. </body>
  43. </html>