<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:[email protected]">
<link rel="help" href="https://www.w3.org/TR/css-page-3/#at-page-rule">
<link rel="match" href="page-subpixel-004-print-ref.html">
<meta name="assert" content="The square shouldn't be fuzzy, and there should be just one page.">
<style>
@page {
size: 500px;
margin: 30.2px;
}
body {
margin: 0;
}
</style>
<!-- The page size should be at least 500px minus 2 * 30.2px. -->
<div style="position:absolute; width:439.6px; height:439.6px;"></div>
<div style="border:2px solid; width:60px; height:60px;"></div>