Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / huge-column-gap-crash.html
blobcf95ea99069c0aaf5c98a0ecbf4cd6de6fe88d7f
1 <html>
2 <head>
3 <style>
4 body {
5 -webkit-column-width: .600pt;
6 -webkit-column-gap: 2261953074155095154;
8 </style>
10 <script>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 </script>
14 </head>
16 <body class="test">
17 This test passes if it does not crash.
18 </body>
20 </html>