diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/svg/custom/pointer-events-image-css-transform.svg')
| -rw-r--r-- | third_party/WebKit/LayoutTests/svg/custom/pointer-events-image-css-transform.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/svg/custom/pointer-events-image-css-transform.svg b/third_party/WebKit/LayoutTests/svg/custom/pointer-events-image-css-transform.svg index 8ba768d..20760f0 100644 --- a/third_party/WebKit/LayoutTests/svg/custom/pointer-events-image-css-transform.svg +++ b/third_party/WebKit/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); |
