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

<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<style>
  @page {
    size: 300px 400px;
    margin: 0;
  }
  @page :first {
    size: 200px;
  }
  body {
    margin: 0;
  }
</style>
There should be a 200x200 square on the next page.
<div style="break-before:page; width:200px; height:200px; background:green;"></div>