blob: b1d4c607ef6fce04ae881d817ea18bb513d7420d [file] [edit]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head><title>Test for wrapping around zero-height floats</title>
</head><body><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: 10px;"></span>
<span style="display:inline-block; vertical-align: bottom; height: 20px; width: 300px; background: fuchsia"></span>
</div>
</body></html>