summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/printing/subpixel-page-size-001-print-ref.html
blob: cf59f2be374bd6f41913a107b70d41a18cc0e225 (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.9px;
    margin: 0;
  }
</style>
There should be no red.