Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>