page-name-abspos-003-print-ref.html (208B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <div style="page: a">a</div> 5 <div style="page: b; position: absolute; left: 0; top: 0;">b</div> 6 <div style="page: c; break-before: page;">c</div> 7 </body> 8 </html>