summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-invalid/form/form-invalid-barred-ref.html
blob: d9ba4a84c7591a2951045dbeff8a19f0ffe4516f (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <body>
    <form>
      <input required readonly>
    </form>
  </body>
</html>