haikuwebkit/LayoutTests/fast/multicol/huge-column-gap-crash.html

21 lines
284 B
HTML

<html>
<head>
<style>
body {
-webkit-column-width: .600pt;
-webkit-column-gap: 2261953074155095154;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body class="test">
This test passes if it does not crash.
</body>
</html>