dbaron%dbaron.org cfd52fa2ab Add testcases for 153429.
git-svn-id: svn://10.0.0.236/trunk@168717 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-02 20:29:28 +00: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>