Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / variables / transform-test-expected.html
1 <style>
2 div {
3     display: inline-block;
4     -webkit-transform: matrix(0.866,0.5,-0.5,0.866,0,0);
5     background-color: green;
6 }
7 </style>
8 <div>Rotated</div>