Bug 18857

Summary: Static y position not always recomputed when line layout changes
Product: WebKit Reporter: mitz
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
Test case none

Description mitz 2008-05-02 15:26:20 PDT
In the attached test case, the y position of the lower green box is not recomputed when the height of the upper green box changes.
Comment 1 mitz 2008-05-02 15:26:39 PDT
Created attachment 20934 [details]
Test case
Comment 2 mitz 2008-05-04 09:45:20 PDT
Because the positioned object is in the skipped white space before the beginning of a line, it doesn't get a line box, so it doesn't move with the line.
Comment 3 Ahmad Saleem 2022-12-30 13:39:42 PST
All browsers (STP160, Safari 16.2, Chrome Canary 111 and Firefox Nightly 110) are matching in the above testcase, I think over the time, we might have fixed it.

Can we mark this as "RESOLVED CONFIGURATION CHANGED"?
Comment 4 mitz 2022-12-30 17:13:40 PST
Yes, thanks for testing.