haikuwebkit/LayoutTests/webarchive/css-page-rule-crash.html

22 lines
248 B
HTML

<head>
<script>
if (window.testRunner)
testRunner.dumpDOMAsWebArchive();
</script>
<style>
@page {
margin: 2cm;
}
</style>
</head>
<body>
This page contains a @page style rule.<br>
Making a WebArchive out of it should not crash.
</body>