blob: 30620587c255d7f4a396bf461b1546e3e1a8cf34 [file] [log] [blame]
<html>
<head>
<style>
div
{
-webkit-column-span: all;
-webkit-columns: 2;
display: table-cell;
}
div:last-of-type
{
display: table-caption;
}
</style>
</head>
<body>
<div>
<div></div>
</div>
PASS
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
</body>
</html>