Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / pointer-events-text-css-transform.svg
index 4ba75b6..0a18d65 100644 (file)
@@ -52,7 +52,7 @@
               txt.setAttribute('fill', fillValues[fi]);
               txt.setAttribute('stroke', strokeValues[si]);
               txt.setAttribute('pointer-events', pointerEventsValues[pi]);
-              txt.setAttribute('style', "-webkit-transform: scale(2)");
+              txt.setAttribute('style', "transform: scale(2)");
               txt.setAttribute('onclick', 'clickHit(evt, "' + identString + '")');
               txt.appendChild(document.createTextNode("#"));