blob: 51e12ba2518e103d65081ef058fef89bc752933c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-siblings-print-ref.html"/>
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
<body>
<div>a</div>
<div style="page:auto">b</div>
<div style="page:b">c</div>
</body>
</html>
|