haikuwebkit/LayoutTests/fast/table/table-anonymous-block-destr...

27 lines
559 B
HTML

<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>