haikuwebkit/LayoutTests/fast/multicol/multicol-crazy-nesting.html

14 lines
238 B
HTML

<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
* { -webkit-columns:3; -webkit-column-span:all }
</style>
</head>
This test passes if it doesn't crash.
<span>
<div style="float:left">
<div></div>