RESOLVED WORKSFORME Bug 29824
<video> element is not clipped with -webkit-border-radius
https://bugs.webkit.org/show_bug.cgi?id=29824
Summary <video> element is not clipped with -webkit-border-radius
David Kilzer (:ddkilzer)
Reported 2009-09-28 13:42:03 PDT
* SUMMARY The <video> element (which is displaying an image) in LayoutTests/fast/replaced/border-radius-clip.html is not clipped by the -webkit-border-radius CSS applied to the element. * STEPS TO REPRODUCE 1. Launch Safari or a WebKit nightly build. 2. Open: LayoutTests/fast/replaced/border-radius-clip.html * RESULTS The <video> element is not clipped. * REGRESSION I assume the layout test was working when it was checked in. * NOTES See Bug 21789 for the original fix.
Attachments
David Kilzer (:ddkilzer)
Comment 1 2009-09-28 13:45:37 PDT
(In reply to comment #0) > * REGRESSION > I assume the layout test was working when it was checked in. Not a regression as the <video> element was never clipped in r41952 either.
Simon Fraser (smfr)
Comment 2 2009-09-28 13:48:03 PDT
Probably regressed when we enabled hardware video.
Simon Fraser (smfr)
Comment 3 2010-03-26 07:37:15 PDT
Mike Taylor
Comment 4 2017-10-13 13:36:57 PDT
A bug was filed at webcompat.com related to this, but for unprefixed border-radius (which probably doesn't matter in practice): https://github.com/webcompat/web-bugs/issues/12357 codepen here: https://codepen.io/hetgelaat/pen/dVjZWE
Eric Carlson
Comment 5 2017-10-17 10:40:47 PDT
(In reply to Mike Taylor from comment #4) > A bug was filed at webcompat.com related to this, but for unprefixed > border-radius (which probably doesn't matter in practice): > > https://github.com/webcompat/web-bugs/issues/12357 > > codepen here: > > https://codepen.io/hetgelaat/pen/dVjZWE The webcompat.com is about Chrome, which doesn't use WebKit. The codepen works in the current version of Safari, so marking this bug as closed.
Note You need to log in before you can comment on or make changes to this bug.