layout/reftests/scrolling/huge-horizontal-overflow.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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

mercurial