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