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