blob: 969bbe6e2d976c022ac464dd0c94849f3dbe5cad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-propagated-003-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: c">
<div style="position: absolute; left: 100px">b</div>
<div style="page: a">c</div>
</div>
</div>
</body>
</html>
|