summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/subpixel-page-size-002-print-ref.html
blob: 4ed4bdb5ff3920e230c083538d062cbd47a24c8a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  body { margin: 0; }
  @page {
    size: 400px 123.1px;
    margin: 0;
  }
</style>
There should be no red.