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

Unified Diff: LayoutTests/svg/transforms/change-transform-origin-presentation-attribute.xhtml

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/transforms/change-transform-origin-presentation-attribute.xhtml
diff --git a/LayoutTests/svg/transforms/change-transform-origin-presentation-attribute.xhtml b/LayoutTests/svg/transforms/change-transform-origin-presentation-attribute.xhtml
index c03ee2b5bb1f6a7054ebe6ac82c437e683aa95e1..28955baae735ffe2e476b37ffe4fbce3a04c7fd6 100644
--- a/LayoutTests/svg/transforms/change-transform-origin-presentation-attribute.xhtml
+++ b/LayoutTests/svg/transforms/change-transform-origin-presentation-attribute.xhtml
@@ -8,7 +8,7 @@ The green 100x100 rectangle should appear at 25,25.
<body>
<svg xmlns="http://www.w3.org/2000/svg" style="position: absolute; top: 0px; left: 0px;">
- <rect id="rect" width="50px" height="50px" x="50" y="50" fill="green" transform-origin="0 0" style="-webkit-transform: scale(2, 2);"/>
+ <rect id="rect" width="50px" height="50px" x="50" y="50" fill="green" transform-origin="0 0" style="transform: scale(2, 2);"/>
</svg>
<script><![CDATA[

Powered by Google App Engine
This is Rietveld 408576698