Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / transforms / matrix-01.html
1 <head>
2 <style>
3         div {
4             width: 100px;
5             height: 100px;
6             -webkit-transform-origin: 0 0;
7             background-color: skyblue;
8             border: 5px solid black;
9         }
10         .matrix { transform: rotate(-30deg) matrix(.866, .5, -.5, .866, 0, 0); }
11 </style>
12 </head>
13 <body>
14     <div class="matrix"></div>
15 </body>