WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
188264
[LFC][Floating] Containing block of a float could push the candidate position beyond the current float.
https://bugs.webkit.org/show_bug.cgi?id=188264
Summary
[LFC][Floating] Containing block of a float could push the candidate position...
zalan
Reported
2018-08-02 11:11:08 PDT
<div style="float: left; width: 210px; height: 10px;"></div> <div style="float: left; width: 10px; height: 10px;"></div> <div style="position: relative; top: 0px; left: 0px; width: 100px; height: 40px;"> <div id=nested style="float: left; width: 90px; height: 10px;"></div> </div> In this case the "nested" float's containing block pushes the candidate rect to (0, 0) while the current (last) float is already at 220px
Attachments
Patch
(3.38 KB, patch)
2018-08-02 11:24 PDT
,
zalan
koivisto
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2018-08-02 11:24:48 PDT
Created
attachment 346396
[details]
Patch
zalan
Comment 2
2018-08-02 12:40:42 PDT
Committed
r234508
: <
https://trac.webkit.org/changeset/234508
>
Radar WebKit Bug Importer
Comment 3
2018-08-02 12:41:32 PDT
<
rdar://problem/42868709
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug