chromium/third_party/blink/web_tests/external/wpt/css/css-page/page-name-and-break-print-ref.html

<!DOCTYPE html>
<html>
  <title>Reference: CSS page name change and break-after: page at the same point.</title>
  <link rel="author" title="Emily McDonough" href="mailto:[email protected]"/>
  <body>
    <div style="break-after: page">AAA</div>
    <div>BBB</div>
  </body>
</html>