summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/number/number-style-inheritance.html
blob: b21ff1f1c8130ee07a9e5759012e297e57cc851d (plain)
1
2
3
4
5
6
<!DOCTYPE html>
<html>
  <body>
    <input type="number" style="width: 100px; -moz-appearance: textfield; text-decoration: underline;" value="1234">
  </body>
</html>