1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/floats/345369-3.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,10 @@ 1.4 +<title>Ambiguous line width</title> 1.5 + 1.6 +<div style="background: yellow; width: 10em; height: 10em; line-height: 1; font-family: sans-serif;"> 1.7 + <div style="float: left; height: 2em; width: 1em; background: blue"></div> 1.8 + <div style="float: left; clear: left; height: 2em; width: 5em; background: aqua"></div> 1.9 + 1.10 + <span style="display:inline-block; height: 1em; width: 4em; background: maroon; vertical-align: bottom"></span> 1.11 + <span style="display:inline-block; height: 3em; width: 6em; background: maroon; vertical-align: bottom"></span> 1.12 + 1.13 +</div>