number-auto-width-1-ref.html (281B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <input type="text" style="-moz-appearance:none; width:auto;"> 5 <!-- div to cover spin box area --> 6 <div style="display:block; position:absolute; background-color:black; width:2000px; height:100px; top:0px; left:100px;"> 7 </body> 8 </html>