| Index: LayoutTests/svg/custom/pointer-events-image-css-transform.svg
|
| diff --git a/LayoutTests/svg/custom/pointer-events-image-css-transform.svg b/LayoutTests/svg/custom/pointer-events-image-css-transform.svg
|
| index 8ba768d2c4ae4f0cf2760f6a12f758c3e50762b0..20760f03a5471c7750772225138f7f8c3aa7d933 100644
|
| --- a/LayoutTests/svg/custom/pointer-events-image-css-transform.svg
|
| +++ b/LayoutTests/svg/custom/pointer-events-image-css-transform.svg
|
| @@ -55,7 +55,7 @@
|
| img.setAttribute('fill', fillValues[fi]);
|
| img.setAttribute('stroke', strokeValues[si]);
|
| img.setAttribute('pointer-events', pointerEventsValues[pi]);
|
| - img.setAttribute('style', "-webkit-transform: scale(2)");
|
| + img.setAttribute('style', "transform: scale(2)");
|
| img.setAttribute('onclick', 'clickHit(evt, "' + identString + '")');
|
|
|
| testContent.appendChild(img);
|
|
|