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