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