Bug 132076

Summary: Text content incorrectly overflows container
Product: WebKit Reporter: Bear Travis <betravis>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, betravis
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
testcase
none
Screenshot of bug none

Description Bear Travis 2014-04-23 14:23:50 PDT
Created attachment 230008 [details]
testcase

In the attached example containing floats and text content, layout places two words outside of the container before choosing a line break.

It looks like the line break is chosen, and then a float (not included in line-width calculations) pushes the line over during layout.

See attached example and screenshot. The bug seems to require very specific text and float dimensions.
Comment 1 Bear Travis 2014-04-23 14:24:25 PDT
Created attachment 230009 [details]
Screenshot of bug
Comment 2 Ahmad Saleem 2023-03-18 05:12:27 PDT
I am not able to reproduce this bug in Safari 16.3 and it is matching in rendering with other browsers (Chrome Canary 113 and Firefox Nightly 113).

Since all browsers are matching and Safari rendering is not matching with 'bug' reference screenshot.

I am marking this as "RESOLVED CONFIGURATION CHANGED". Thanks!