blob: 49600ef6d5fd908b36db947ae2f6b157cdc1fb71 (
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-004-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: x">c</div>
</div>
</div>
</body>
</html>
|