Bug 139653 - Paint order of floats is wrong according to CSS2.1 Appendix E
Summary: Paint order of floats is wrong according to CSS2.1 Appendix E
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar
Depends on:
Blocks:
 
Reported: 2014-12-15 14:27 PST by Dave Hyatt
Modified: 2023-07-23 16:15 PDT (History)
8 users (show)

See Also:


Attachments
Test Case (390 bytes, text/html)
2014-12-15 14:27 PST, Dave Hyatt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2014-12-15 14:27:10 PST
Created attachment 243309 [details]
Test Case

Floats aren't being painted properly in tree order. Instead the order they paint is dependent on whether they overhang.
Comment 1 Radar WebKit Bug Importer 2015-03-23 14:53:11 PDT
<rdar://problem/20265591>
Comment 2 Ahmad Saleem 2022-07-24 10:45:41 PDT
I am able to reproduce this bug in Safari 15.6 on macOS 12.5 using attached test case and it shows "RED" square / box in Safari but all other browsers (Chrome Canary 106 and Firefox Nightly 104) show it as "GREEN" square / box. Thanks!