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.
Created attachment 210776 [details] Patch
(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 on attachment 210776 [details] Patch Clearing flags on attachment: 210776 Committed r155244: <http://trac.webkit.org/changeset/155244>
All reviewed patches have been landed. Closing bug.