haikuwebkit/LayoutTests/fast/multicol/renderer-positioned-assert-...

18 lines
313 B
HTML

<html>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<style>
.box
{
position: absolute;
-webkit-columns: 1px;
}
</style>
<div class="box">
PASS
<video>
</div>
</html>