summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-margin-negative-print-ref.tentative.html
blob: 9e816c12fb7ddcd94cdfaf1e910f6146e70c05c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
  @page {
    size: 300px;
    margin: 0;
  }
  body {
    margin: 0;
    background: green;
  }
</style>
<div>
  Green background, no red / yellow.
</div>