Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head><title>Testcase for bug 751278</title> |
michael@0 | 4 | <style> |
michael@0 | 5 | .ui-helper-hidden { display: none; } |
michael@0 | 6 | .ui-helper-hidden-accessible { position: absolute; left: -99999999px; } |
michael@0 | 7 | .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
michael@0 | 8 | |
michael@0 | 9 | span { display:inline-block; min-width:300px;} |
michael@0 | 10 | </style> |
michael@0 | 11 | </head> |
michael@0 | 12 | <body> |
michael@0 | 13 | <h1>Test</h1> |
michael@0 | 14 | <div> |
michael@0 | 15 | <div> |
michael@0 | 16 | <table cellspacing='0' cellpadding='0'> |
michael@0 | 17 | <tr> |
michael@0 | 18 | <th><span>Col 0</span></th> |
michael@0 | 19 | <th><span>Col 1</span></th> |
michael@0 | 20 | <th><span>Col 2</span></th> |
michael@0 | 21 | <th><span>Col 3</span></th> |
michael@0 | 22 | <th><span>Col 4</span></th> |
michael@0 | 23 | <th><span>Col 5</span></th> |
michael@0 | 24 | <th><span>Col 6</span></th> |
michael@0 | 25 | <th><span>Col 7</span></th> |
michael@0 | 26 | <th><span>Col 8</span></th> |
michael@0 | 27 | |
michael@0 | 28 | |
michael@0 | 29 | </tr> |
michael@0 | 30 | <tr> |
michael@0 | 31 | <td>alskjdfas</td> |
michael@0 | 32 | <td>alskjdfas</td> |
michael@0 | 33 | <td>alskjdfas</td> |
michael@0 | 34 | <td>alskjdfas</td> |
michael@0 | 35 | <td>alskjdfas</td> |
michael@0 | 36 | <td>alskjdfas</td> |
michael@0 | 37 | <td>alskjdfas</td> |
michael@0 | 38 | <td>alskjdfas</td> |
michael@0 | 39 | <td>alskjdfas</td> |
michael@0 | 40 | |
michael@0 | 41 | </tr> |
michael@0 | 42 | |
michael@0 | 43 | </table> |
michael@0 | 44 | </div> |
michael@0 | 45 | </div> |
michael@0 | 46 | <div class="ui-helper-clearfix ui-helper-hidden-accessible"></div> |
michael@0 | 47 | </body> |
michael@0 | 48 | </html> |
michael@0 | 49 |