Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / events / offsetX-offsetY.html
index 06abfdb..6432572 100644 (file)
       height: 120px;
       width: 200px;
       background-color: #DDD;
-      -webkit-transform: translate(100px, 50px) rotate(20deg);
+      transform: translate(100px, 50px) rotate(20deg);
     }
     #overflow {
       overflow: scroll;
     }
     
     tr {
-/*      -webkit-transform: rotate(10deg);*/
+/*      transform: rotate(10deg);*/
     }
   </style>
 </head>