blob: 28f5e0b571753fafbf77c747e9fc9096752b3295 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!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 style="page:a">a</div>
<div style="page:b">
<div style="page:a">b</div>
<div>c</div>
</div>
</body>
</html>
|