show-value-ref.html (1135B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <style> 6 7 input { 8 -moz-appearance: none; 9 } 10 11 </style> 12 </head> 13 <body> 14 <input value='142'><br> 15 <input value='142'><br> 16 <input value='142'><br> 17 <input value='142'><br> 18 <input value='142'><br> 19 <form> 20 <input value='142'> 21 </form> 22 <!-- div to cover spin box area for type=number to type=text comparison --> 23 <div style="display:block; position:absolute; background-color:black; width:200px; height:400px; top:0px; left:100px;"> 24 </body> 25 </html>