Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / layout / reftests / forms / input / number / number-disabled-ref.html
blobf3c9d4d56222add99130ec35539da9b51702ec73
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <input type="text" disabled
5 style="-moz-appearance: none"><!-- Workaround for bug 1223198 -->
6 <!-- div to cover spin box area -->
7 <div style="display:block; position:absolute; background-color:black; width:200px; height:100px; top:0px; left:100px;">
8 </body>
9 </html>