RetroZilla/layout/html/tests/block/bugs/59200-a.html

11 lines
354 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!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>