<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Auto heights of BFCs with floats inside fixed height blocks and inline elements are computed incorrectly"
href="https://bugs.webkit.org/show_bug.cgi?id=143728">143728</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Auto heights of BFCs with floats inside fixed height blocks and inline elements are computed incorrectly
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>528+ (Nightly build)
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh Intel
</td>
</tr>
<tr>
<th>OS</th>
<td>Mac OS X 10.8
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>Layout and Rendering
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>gwhit@microsoft.com
</td>
</tr></table>
<p>
<div>
<pre>Example URL:
<a href="http://jsbin.com/tecojivici/2/edit">http://jsbin.com/tecojivici/2/edit</a>
Steps to reproduce the problem:
1. Open the jsbin test page
2. View the end result in FF/IE and compare with Chrome
What is the expected behavior?
The first BFC in this item should grow to the height of its contents.
What went wrong?
For some reason the calculation is incorrect. Interestingly, if you uncomment the line that sets the float's height to 106px instead of 105 it renders the same as FF/IE.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>