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