Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / animations / webkit-perspective-expected.html
1 <!DOCTYPE html>
2 <style>
3 #perspective {
4   -webkit-perspective: 35px;
5 }
6 #transform {
7   width: 100px;
8   height: 100px;
9   background: blue;
10   -webkit-transform: rotateY(45deg);
11 }
12 </style>
13 <div id="perspective">
14   <div id="transform">
15   </div>
16 </div>