summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/bug1769161_2_ref.html
blob: 3916e26a17368b37616c975e073bea50822c8edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<style>
div {
    width: 10in;
    height: 10in;
    background-color: blue;
}
body {
    margin: 0;
}
@page {
    size: 50in;
}
</style>
<body>
  <div></div>
</body>