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

Unified Diff: LayoutTests/svg/custom/clip-path-with-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/custom/clip-path-with-css-transform-2.svg
diff --git a/LayoutTests/svg/custom/clip-path-with-css-transform-2.svg b/LayoutTests/svg/custom/clip-path-with-css-transform-2.svg
index 1d33e5b5289bcc4add7e84592ff33ff01ca8a147..20f0df78332b267335995c2eb23b88f6daa8a247 100644
--- a/LayoutTests/svg/custom/clip-path-with-css-transform-2.svg
+++ b/LayoutTests/svg/custom/clip-path-with-css-transform-2.svg
@@ -2,9 +2,9 @@
xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<clipPath id="myclip">
- <rect x="0" y="0" width="200" height="200" style="-webkit-transform: scale(.5)"/>
+ <rect x="0" y="0" width="200" height="200" style="transform: scale(.5)"/>
<!-- second rect causes masking -->
- <rect x="0" y="0" width="200" height="200" style="-webkit-transform: scale(.5)"/>
+ <rect x="0" y="0" width="200" height="200" style="transform: scale(.5)"/>
</clipPath>
</defs>
<g clip-path="url(#myclip)">
« no previous file with comments | « LayoutTests/svg/custom/clip-path-with-css-transform-1.svg ('k') | LayoutTests/svg/custom/filter-css-transform-resolution.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698