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

23 lines
326 B
HTML

<title>Regression testcase, bug 153429</title>
<style type="text/css">
div {
width: 400px;
border: medium solid green;
}
div > div {
width: 380px;
height: 4em;
float: left;
border: medium solid purple;
}
</style>
<div>
<div></div>
This is some text. How does it wrap around the float?
</div>