Bug 90138 - REGRESSION(r53420): elements added dynamically when the last line contains a float may not be rendered
Summary: REGRESSION(r53420): elements added dynamically when the last line contains a ...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-27 23:08 PDT by dstockwell
Modified: 2023-06-18 05:54 PDT (History)
5 users (show)

See Also:


Attachments
Test case (345 bytes, text/html)
2012-06-27 23:08 PDT, dstockwell
no flags Details

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