summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/input/fileupload.html
blob: 55fd7c5006016ba5fe6a2b7972325b1c1f10959d (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <title>File upload test</title>
  </head>
  <body>
      <input type="file">
  </body>
</html>