Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 Area-Undefined
New issue 129118 by
am05...@gmail.com: css border-radius and overflow
hidden clipping bug
http://code.google.com/p/chromium/issues/detail?id=129118
Chrome Version : 19.0.1084.46 m
URLs (if applicable) :
Other browsers tested:
Firefox 12 OK
issue:
css border-radius and overflow hidden clipping bug
What steps will reproduce the problem?
1. create div container with border-radius and overflow hidden
2. create element with position attribute (except normal) inside the div
3.
What is the expected result?
the content of the div should be clipped by the div according to the shape
of the div
What happens instead?
the content of the div is clipped but with rectangle shape
example:
http://jsfiddle.net/mkwhu/1/