blob: cbebc42153f9e7b04b87307f34cdfb36ada5d1e3 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-canvas-003-print-ref.html"/>
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
<body style="page:a">
<canvas height="1" style="display: block; page: b; border: 1px solid black"></canvas>
<div style="page:b">b</div>
</body>
</html>
|