Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / perpendicular-layer-sorting.html
index 06a4c9f..9cf8726 100644 (file)
@@ -18,7 +18,7 @@
         height: 280px;
         background-color: purple;
         -webkit-transform-style: preserve-3d;
-        -webkit-transform: rotateY(20deg);
+        transform: rotateY(20deg);
     }
 
     #parent > div {
@@ -29,7 +29,7 @@
         height: 400px;
         padding: 10px;
         background-color: green;
-        -webkit-transform: translateY(50px) translateZ(10px) rotateX(90deg);
+        transform: translateY(50px) translateZ(10px) rotateX(90deg);
     }
 </style>
 <script type="text/javascript" charset="utf-8">