RetroZilla/layout/html/tests/block/bugs/282754-2.html
2015-10-20 23:03:22 -04:00

14 lines
451 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style>div.col { -moz-column-count:2; -moz-column-gap:2em }
</style>
</head>
<body>
<div class="col" style="position: absolute; left: 100px; top: 400px; width: 200px; padding:30px; border:1px solid black;">
This text is in a positioned box with columns, without scrollbars.
<div style="position: absolute; bottom:0; left:0;">BL</div>
</div>
</body>
</html>