Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / dynamic-updates / script-tests / SVGClipPathElement-css-transform-influences-hitTesting.js
index 681d7c8..dfb4ba4 100644 (file)
@@ -13,7 +13,7 @@ clipPathElement.setAttribute("id", "clipper");
 var clipRectElement = createSVGElement("rect");
 clipRectElement.setAttribute("width", "5");
 clipRectElement.setAttribute("height", "5");
-clipRectElement.setAttribute("style", "-webkit-transform: scale(20)");
+clipRectElement.setAttribute("style", "transform: scale(20)");
 clipPathElement.appendChild(clipRectElement);
 
 defsElement.appendChild(clipPathElement);