summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-page/page-box-000-print.html
blob: aee317ab9752b33c91bc35d3cca5c57dd2212c9f (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">
<link rel="help" href="https://drafts.csswg.org/css-page-3/#page-properties">
<link rel="match" href="page-box-000-print-ref.html">
<style>
  @page {
    border: 20px solid green;
  }
  html {
    display: grid;
    place-items: center;
    height: 100%;
  }
</style>
This page should have a green border.