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