Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-page/page-name-abspos-001-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<link rel="match" href="page-name-abspos-001-print-ref.html"/>
<body>
<div>a</div>
<div style="page: b; position: absolute; right: 0; top: 0;">b</div>
</body>
</html>