chromium/third_party/blink/web_tests/external/wpt/css/css-page/page-size-014-print-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<style>
  @page {
    size: 300px 400px;
    margin: 50px;
  }
  body {
    margin: 0;
  }
</style>
<div style="width:200px; height:300px; background:yellow;">
  This page should have a yellow background. Page margins should be 50px on each
  side.
</div>
Second page. Nothing else here.