RetroZilla/layout/html/tests/block/bugs/59200-a.html
2015-10-20 23:03:22 -04:00

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>