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/tentative/safe-printable-inset-large-crash-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Large safe printable inset</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<!-- Print crashtests aren't supported, so we need to pose as a reftest. -->
<link rel="mismatch" href="/common/blank.html">
<meta name="safe-printable-inset" content="100">
<style>
@page {
page-margin-safety: clamp;
margin: 0;
}
</style>
<div style="height:10000px;">Should not crash or freeze</div>