mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
23 lines
326 B
HTML
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>
|