Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: LayoutTests/svg/custom/pointer-events-image-css-transform.svg

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698