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