chromium/third_party/blink/web_tests/external/wpt/css/css-page/cssom/dynamic-001-print-ref.html

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<style id="sheet">
  @page {
    size: 700px 150px;
    margin: 0;
  }
  body {
    margin: 0;
  }
</style>
<div style="text-align:center; height:50px;">
  This text should be seen at the top, and there should be a green square below.
</div>
<div style="width:100px; height:100px; margin:auto; background:green;"></div>