Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / layout / reftests / forms / input / number / number-reframe-anon-text-field-ref.html
blobaa58e491efe94a609293c37349ed8024558d07a0
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
6 input {
7 font-size: 30pt;
8 background-color: lightblue;
11 </style>
12 </head>
13 <body>
14 <input type="number">
15 </body>
16 </html>