mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
354 B
HTML
11 lines
354 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
|
<html><head><title>Bug 59200</title>
|
|
<style type="text/css">
|
|
div {
|
|
width: auto;
|
|
border: solid black;
|
|
float: left;
|
|
}
|
|
</style>
|
|
</head><body><div>This is the first float. This is the first float.</div><div>This is the buggy float. It_should_be_as_wide_as_its_contents.</div></body></html>
|