Bug 90138

Summary: REGRESSION(r53420): elements added dynamically when the last line contains a float may not be rendered
Product: WebKit Reporter: dstockwell
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, bfulgham, mitz, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test case none

Description dstockwell 2012-06-27 23:08:53 PDT
Created attachment 149879 [details]
Test case

See attached test case. r53420 changed the way in which boxes were marked dirty in RenderBlock::markLinesDirtyInBlockRange. Reverting that part of the change allows this test to pass.

Reported in Chromium: http://code.google.com/p/chromium/issues/detail?id=129564
Comment 1 Ahmad Saleem 2022-10-22 15:31:49 PDT
I am not able to reproduce this bug and Safari 16, STP 156, Chrome Canary 109 and Firefox Nightly 108 seems to render it same.

@zalan - this is float related, is it something IFC progression? Thanks!