summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/multicol/huge-column-gap-crash.html
blob: cf95ea99069c0aaf5c98a0ecbf4cd6de6fe88d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>