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