blob: 5f5e387721834180fec89f20a249c5c48168ab0c [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.layoutTestController)
layoutTestController.dumpAsText();
</script>
</body>
</html>