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