blob: 736a4cc9e7fd0067af976703182cb56ad5d38829 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style type="text/css">
#article1 { -webkit-columns: 1; }
#p1 { -webkit-column-span: all; }
</style>
</head>
<body>
<div id="article1">
<p id="p1">PASS</p>
</div>
<div>Test passes if it doesn't crash or assert.</div>
<div>Test added as part of <a href="https://code.google.com/p/chromium/issues/detail?id=242129">242129 - ASSERTION FAILED: !node || node->isElementNode(), UNKNOWN in WebCore::RenderBlock::clone</a></div>
</body>
</html>