blob: 18be3827ce22609ac2ace1ee435023f1d151e103 (
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-006-print-ref.html"/>
<link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/>
<body>
<div style="page: b">
<div style="page: c">
<div style="page: x">a</div>
<div style="position: absolute; left: 100px">b</div>
</div>
</div>
<div style="page: a">c</div>
</body>
</html>
|