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