0f63808917ae2276be55e9b1d6978b542d22a5fa
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / transforms / rotated-transform-affects-scrolling-2.html
1 <html>
2 <head>
3 <style>
4     #rotate {
5         width: 1300px;
6         height: 100px;
7         background-color: purple;
8         -webkit-transform:rotate(80deg);
9         border-left: 2px solid red;
10         border-top: 2px solid blue;
11         border-right: 2px solid cyan;
12         border-bottom: 2px solid green;
13     }
14 </style>
15 </head>
16
17 <body>
18
19     <div id="rotate"></div>
20
21 </body>
22 </html>