no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / forms / input / number / number-placeholder.html
blob5018255ca3b6ca9232b532604795fb6eb6884c5d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
6 input {
7 width: 15em;
10 input[type=number]::placeholder {
11 color: blue;
12 opacity: 1.0;
15 input[type=number]::-moz-placeholder {
16 font-style: italic;
17 opacity: 1.0;
19 </style>
20 </head>
21 <body>
22 <input type="number" placeholder="123">
23 </body>
24 </html>