upload webkit/tizen 2.0_beta source.
[framework/web/webkit-efl.git] / LayoutTests / fast / gradients / background-clipped.html
1 <style>
2     div {
3         width: 200px;
4         height: 200px;
5         border: 5px dashed blue;
6         background-image: -webkit-gradient(radial, left top, 0, left top, 250, from(black), to(white));
7         -webkit-background-size: 66% 66%;
8     }
9 </style>
10     <div style="-webkit-transform: rotate(45deg);"></div>
11     <div style="margin-top: 50px; margin-left: -50px;"></div>
12     <div style="margin-top: -210px; margin-left: auto; margin-right: -50px;">
13 </div>