blob: f0accb36c2e8124cf6e9cb595901b82c1273bee1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-abspos-002-print-ref.html"/>
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
<body>
<div style="position: absolute; left: 0; top: 0;">
<div style="page: a">a</div>
<div style="page: b">b</div>
</div>
</body>
</html>
|