mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|