Index: LayoutTests/svg/dynamic-updates/script-tests/SVGClipPathElement-css-transform-influences-hitTesting.js |
diff --git a/LayoutTests/svg/dynamic-updates/script-tests/SVGClipPathElement-css-transform-influences-hitTesting.js b/LayoutTests/svg/dynamic-updates/script-tests/SVGClipPathElement-css-transform-influences-hitTesting.js |
index 681d7c8b0d60e5c46d42f16e92a184659c8aa975..dfb4ba4993e8952c19f71187424e6e3cad826618 100644 |
--- a/LayoutTests/svg/dynamic-updates/script-tests/SVGClipPathElement-css-transform-influences-hitTesting.js |
+++ b/LayoutTests/svg/dynamic-updates/script-tests/SVGClipPathElement-css-transform-influences-hitTesting.js |
@@ -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); |