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