2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / transforms / skew-with-unitless-zero.html
blob569f28687c5da8ef92f5efd32e05774658c4e5e8
1 <html>
2 <head>
3 <style>
4 div {
5 width:100px;
6 height:100px;
7 border:10px solid black;
8 background-color:skyblue;
9 margin:100px;
12 .skew {
13 -webkit-transform:skew(0, 45deg)
15 </style>
16 </head>
17 <body>
18 In the example below you should a y-skewed block (45 degree angle of skew).
20 <div class="skew"></div>