blob: 4bdf2ac6fdbca53e19769f1ccb6cba5f829fb4c0 [file] [log] [blame] [edit]
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-page-3/">
<link rel="match" href="basic-pagination-001-print-ref.html">
<style>
@page {
size: 293px;
margin: 5px;
}
div {
break-after: page;
}
body {
margin: 0;
background: yellow;
}
</style>
<div>Page</div>