Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / reflections / reflection-in-composited.html
index ca8b650..73a7717 100644 (file)
@@ -9,7 +9,7 @@
         height: 150px;
         padding: 10px 20px;
         border: 1px solid black;
-        -webkit-transform: translateZ(0);
+        transform: translateZ(0);
       }
       
       .positioned {
@@ -20,7 +20,7 @@
         background-color: #DDD;
         padding: 10px;
         -webkit-box-reflect: left 10px;
-        -webkit-transform: rotate(-40deg);
+        transform: rotate(-40deg);
       }
 
     </style>