summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-required/css-required-checkbox.html
blob: 6126da914ad7cd230c2b460a65d5b4a761e7349e (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='css-required-style.css'>
  <body>
    <input type="checkbox" required>
  </body>
</html>