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