summaryrefslogtreecommitdiffstats
path: root/layout/reftests/reftest-sanity/reftest-resolution.html
blob: d9a5f7b5e73b333fc4b832ea1c69933838e77b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html reftest-resolution="2.0">
  <style>
    html {
      scrollbar-width: none;
    }
    body {
      margin: 0;
    }
    div {
      width: 100px;
      height: 100px;
      background: green;
    }
  </style>
  <div></div>
</html>