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