Bug 58736 - REGRESSION (r84096): <br> moved to the right in fast/block/float/032.html
Summary: REGRESSION (r84096): <br> moved to the right in fast/block/float/032.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2011-04-16 17:17 PDT by mitz
Modified: 2011-04-17 19:10 PDT (History)
3 users (show)

See Also:


Attachments
Patch (6.16 KB, patch)
2011-04-16 19:25 PDT, mitz
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.