summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/file/background.html
blob: 02af1d143db9b8f9748aff7ac2ccfdb9b7bd1b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <style>
    body {
      background-color: blue;
    }
  </style>
  <body>
    <input type='file'>
  </body>
</html>