summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/file/simple.html
blob: 03a2a7bde506ddb712cd43c5fd95a4d78c95d185 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<html>
  <body>
    <input type='file'>
    <br>
    <input type='file' multiple>
  </body>
</html>