blob: 87c648c9ccc94cdd5f17f6dec4379d8910407779 [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>