blob: 304c0dd6b6e413ebc457f296088844dd3f29ec41 [file] [log] [blame]
<html>
<head>
<style>
div
{
-webkit-column-span: all;
display: table-cell;
}
</style>
</head>
<body>
<div>
<div></div>
</div>
PASS
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>