blob: d88596c1225838701deb42efe22100cf0166256c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-propagated-002-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: e">
<div style="page: a">b</div>
</div>
<div style="page: c">c</div>
</div>
<div style="page: d">d</div>
</body>
</html>
|