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

Unified Diff: LayoutTests/svg/clip-path/clip-path-css-transform-2.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/clip-path/clip-path-css-transform-2.svg
diff --git a/LayoutTests/svg/clip-path/clip-path-css-transform-2.svg b/LayoutTests/svg/clip-path/clip-path-css-transform-2.svg
index 2dbbbe7e76fc8061e3114a1579a6d8f1b6defe21..4baf66569563319859fd486b88d401c261aafdd0 100644
--- a/LayoutTests/svg/clip-path/clip-path-css-transform-2.svg
+++ b/LayoutTests/svg/clip-path/clip-path-css-transform-2.svg
@@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
-<clipPath id="clip" clipPathUnits="userSpaceOnUse" style="-webkit-transform: scale(10) translate(2px, 2px) ">
+<clipPath id="clip" clipPathUnits="userSpaceOnUse" style="transform: scale(10) translate(2px, 2px) ">
<circle cx="10" cy="10" r="10"/>
</clipPath>
</defs>
« no previous file with comments | « LayoutTests/svg/clip-path/clip-path-css-transform-1.svg ('k') | LayoutTests/svg/custom/clip-path-with-css-transform-1.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698