page-name-propagated-003-print.html (408B)
1 <!DOCTYPE html> 2 <html> 3 <link rel="match" href="page-name-propagated-003-print-ref.html"/> 4 <link rel="help" href="https://www.w3.org/TR/css-page-3/#using-named-pages"/> 5 <body> 6 <div style="page: a">a</div> 7 <div style="page: b"> 8 <div style="page: c"> 9 <div style="position: absolute; left: 100px">b</div> 10 <div style="page: a">c</div> 11 </div> 12 </div> 13 </body> 14 </html>