blob: 6343a509262d5c0d6e217e924f5009439206332c (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-canvas-004-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>b</div>
</body>
</html>
|