Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / replaced / border-radius-clip.html
1 All of the replaced elements below should be clipped to a border-radius.
2
3 <br>
4
5 <img src="resources/sample.gif" style="-webkit-border-radius: 32px">
6
7 <br>
8
9 <input type=image src="resources/sample.gif" style="-webkit-border-radius: 32px">
10
11 <br>
12
13 <iframe src="resources/sample.gif" style="-webkit-border-radius: 32px"></iframe>
14
15 <br>
16
17 <video src="resources/sample.gif" style="-webkit-border-radius: 32px"></video>
18
19 <br>
20
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>