Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>Bug 1322843 - Intrinsic width with float</title>
<style>
#outer {
width: 200px;
height: 200px;
background: green;
}
</style>
<div id="outer"></div>