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