gecko-dev/layout/reftests/floats/1322843-1-ref.html

11 строки
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>