chromium/third_party/blink/web_tests/fast/replaced/border-radius-clip.html

All of the replaced elements below should be clipped to a border-radius.

<br>

<img src="resources/sample.gif" style="-webkit-border-radius: 32px">

<br>

<input type=image src="resources/sample.gif" style="-webkit-border-radius: 32px">

<br>

<iframe src="resources/sample.gif" style="-webkit-border-radius: 32px"></iframe>

<br>

<video src="resources/sample.gif" style="-webkit-border-radius: 32px"></video>

<br>

<embed src="resources/test.swf" style="border:3px solid black; background-color: lime; -webkit-border-radius: 32px; margin-bottom:-32px"
    quality="high" width="550" height="400" wmode="transparent"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>