Bug 58736

Summary: REGRESSION (r84096): <br> moved to the right in fast/block/float/032.html
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hyatt, inferno, simon.fraser
Priority: P1 Keywords: LayoutTestFailure, Regression
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch mjs: review+

Description mitz 2011-04-16 17:17:38 PDT
After r84096, one of the <br> elements in fast/block/float/032.html is clearing a float that ends above it (so should not be cleared). This is a result of artificially extending the float so that its bottom touches the bottom of the line (the line is taller than the float, in this case).

I am going to commit updated expected results for now.
Comment 1 mitz 2011-04-16 17:21:08 PDT
r84098.
Comment 2 mitz 2011-04-16 19:25:33 PDT
Created attachment 89938 [details]
Patch
Comment 3 Maciej Stachowiak 2011-04-17 19:03:47 PDT
Comment on attachment 89938 [details]
Patch

r=me
Comment 4 mitz 2011-04-17 19:10:23 PDT
Committed r84119.