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