RetroZilla/layout/html/tests/block/bugs/153429b.html

23 lines
326 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>