summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/form/form-valid-ref-4.html
blob: 881c5cab87fb62ca5499ba191a2731923c998364 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <body>
    <form>
      <input type='text' value='foo'>
      <input type='text' value='bar'>
    </form>
  </body>
</html>