summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1606130-ref.html
blob: a22bcbd6739146dacb00b53df443a3cbc7409f7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<style>
  :root, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body {
    display: -moz-box;
  }
</style>
<body></body>