Bug 118492 - [CSS Shapes] Floats with shape-outside aren't painting in the correct order
Summary: [CSS Shapes] Floats with shape-outside aren't painting in the correct order
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Bem Jones-Bey
URL:
Keywords:
Depends on:
Blocks: 98664
  Show dependency treegraph
 
Reported: 2013-07-08 17:06 PDT by Alan Stearns
Modified: 2013-09-06 23:04 PDT (History)
5 users (show)

See Also:


Attachments
reftest (995 bytes, application/zip)
2013-07-08 17:06 PDT, Alan Stearns
no flags Details
Patch (25.33 KB, patch)
2013-09-06 11:41 PDT, Bem Jones-Bey
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Stearns 2013-07-08 17:06:29 PDT
Created attachment 206283 [details]
reftest

If you have a left float followed by inline content, and the inline content overlaps the float, the inline content should paint on top. If you add a shape-outside to the float, the float paints on top.
Comment 1 Bem Jones-Bey 2013-09-06 11:41:09 PDT
Created attachment 210776 [details]
Patch
Comment 2 Bem Jones-Bey 2013-09-06 11:43:48 PDT
(In reply to comment #0)
> Created an attachment (id=206283) [details]
> reftest
> 
> If you have a left float followed by inline content, and the inline content overlaps the float, the inline content should paint on top. If you add a shape-outside to the float, the float paints on top.

Thanks. I didn't end up using your ref test because it uses clip-path, which causes the float to be it's own layer and thus paint on top, so I wrote a slightly different test.
Comment 3 WebKit Commit Bot 2013-09-06 23:04:24 PDT
Comment on attachment 210776 [details]
Patch

Clearing flags on attachment: 210776

Committed r155244: <http://trac.webkit.org/changeset/155244>
Comment 4 WebKit Commit Bot 2013-09-06 23:04:26 PDT
All reviewed patches have been landed.  Closing bug.