mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
549 B
HTML
11 lines
549 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<title>Test for wrapping around zero-height floats</title>
|
||
|
|
||
|
<div style="width: 500px; height: 500px; float: left; font-size: 12px;">
|
||
|
|
||
|
<span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: blue; margin-left: 10px;"></span>
|
||
|
<span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: purple; margin-left: 100px;"></span>
|
||
|
<span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: fuchsia"></span>
|
||
|
|
||
|
</div>
|