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/crashtests/negative-margin-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Crash with negative @page margin when page margin boxes are defined.</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<style>
@page {
margin: -10px;
@bottom-right-corner {
content: "";
width: 30px;
height: 30px;
margin: 10px;
}
@right-middle {
content: "";
}
}
</style>