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/monolithic-overflow-024-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="match" href="monolithic-overflow-024-print-ref.html">
<link rel="stylesheet" href="/fonts/ahem.css">
<style>
@page {
size: 100px;
margin: 0;
}
body {
margin: 0;
font: 60px/200px Ahem;
}
</style>
x x x