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

Unified Diff: LayoutTests/svg/custom/clip-path-with-css-transform-1.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/clip-path-with-css-transform-1.svg
diff --git a/LayoutTests/svg/custom/clip-path-with-css-transform-1.svg b/LayoutTests/svg/custom/clip-path-with-css-transform-1.svg
index 71cc803e4fa97c9f1ae24ab420a4e999ab824832..385fd6980b7700020e54a2d98d51b4c3fd56308f 100644
--- a/LayoutTests/svg/custom/clip-path-with-css-transform-1.svg
+++ b/LayoutTests/svg/custom/clip-path-with-css-transform-1.svg
@@ -2,7 +2,7 @@
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="myclip">
- <path style="-webkit-transform: scale(.5)" d="M 0 0 l 200 0 l 0 200 l -200 0 Z"/>
+ <path style="transform: scale(.5)" d="M 0 0 l 200 0 l 0 200 l -200 0 Z"/>
</clipPath>
</defs>
<g clip-path="url(#myclip)">
« no previous file with comments | « LayoutTests/svg/clip-path/clip-path-css-transform-2.svg ('k') | LayoutTests/svg/custom/clip-path-with-css-transform-2.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698