Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/root-margin-001-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Root block-start margin taller than the page</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="match" href="root-margin-001-print-ref.html">
<style>
html { margin-top: 10in; }
</style>
This text should be on the second page.
The first page should be blank.