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