summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-required/css-required-image.html
blob: a293ed0aecab4bb01e85b0b73a8756fc0fbd5686 (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="image" required>
  </body>
</html>