Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / border-radius-clip.html
blobc63dd1f54418484626f3174aebe06c59e34c7c7e
1 All of the replaced elements below should be clipped to a border-radius.
3 <br>
5 <img src="resources/sample.gif" style="-webkit-border-radius: 32px">
7 <br>
9 <input type=image src="resources/sample.gif" style="-webkit-border-radius: 32px">
11 <br>
13 <iframe src="resources/sample.gif" style="-webkit-border-radius: 32px"></iframe>
15 <br>
17 <video src="resources/sample.gif" style="-webkit-border-radius: 32px"></video>
19 <br>
21 <embed src="resources/test.swf" style="border:3px solid black; background-color: lime; -webkit-border-radius: 32px; margin-bottom:-32px"
22 quality="high" width="550" height="400" wmode="transparent"
23 type="application/x-shockwave-flash"
24 pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
25 </embed>