Bug 139853 - AX:
Summary: AX:
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.10
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-20 14:44 PST by Jelmer Stavenga
Modified: 2022-07-14 13:33 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jelmer Stavenga 2014-12-20 14:44:44 PST
border-radius/-webkit-border-radius doesn't cut off images.

The following:
{position:absolute; top:100px; left:50%; margin-left: -300px; width:600px; height:600px; animation: trans 20s infinite; border-radius: 300px; -webkit-border-radius: 300px; border: solid 5px #F00; z-index: 1; overflow:hidden;}
It works fine in FF and Chrome, but some reason it doesn't work in Safari (quite surprising since it's works fine in Chrome).
Comment 1 Jelmer Stavenga 2014-12-20 14:50:35 PST
I'm sorry if left some information out, I never reported a bug before. Feel free to e-mail me for additional info and/or the entire code.
Comment 2 Brent Fulgham 2022-07-14 13:33:14 PDT
It's difficult to confirm this bug without a test case. We don't believe there is an ongoing issue here. If you do feel there is a problem, please REOPEN this bug and include a test case illustrating the issue.