Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / positioning / relayout-nested-positioned-elements-crash-2.html
index bf41f55..3d9c2a7 100644 (file)
@@ -3,7 +3,7 @@
 <style>
 .fixedPosition { position: fixed; }
 .runIn:nth-last-of-type(2n+1) { display: run-in; }
-.transformed { float: none; -webkit-transform: skewX(45deg); }
+.transformed { float: none; transform: skewX(45deg); }
 .floatLastChild:last-child { display: inline-block; float: left;}
 </style>
 <script>