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