Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / shadows / shadow-drawing.html
index 57cac52..adb240a 100644 (file)
@@ -14,7 +14,7 @@
      }
 
      .compositing {
-       -webkit-transform: translateZ(0);
+       transform: translateZ(0);
      }
      
      .shadowed {
@@ -22,7 +22,7 @@
        color: blue;
        text-align: center;
        text-shadow: 0 10px 3px rgba(0, 0, 0, 0.5);
-       -webkit-transform: rotate(10deg);
+       transform: rotate(10deg);
      }
   </style>
 </head>