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

Unified Diff: ManualTests/svg-animation-css-transform.html

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
« no previous file with comments | « ManualTests/simple-image-compositing.html ('k') | ManualTests/svg-css-animate-compound.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/svg-animation-css-transform.html
diff --git a/ManualTests/svg-animation-css-transform.html b/ManualTests/svg-animation-css-transform.html
index 320cdcbe808fc21976d8c9e5defdf4c40166247a..e0468402b05f9526d12fbf2983fc958a77c98195 100644
--- a/ManualTests/svg-animation-css-transform.html
+++ b/ManualTests/svg-animation-css-transform.html
@@ -12,7 +12,7 @@
<p>The rotated rect should from 0,0 to 100,0 over 3 seconds.</p>
<svg xmlns='http://www.w3.org/2000/svg'>
- <rect id="target" width='100' height='100' stroke="blue" fill="none" style="-webkit-transform: rotate(45deg)">
+ <rect id="target" width='100' height='100' stroke="blue" fill="none" style="transform: rotate(45deg)">
<animateMotion to='100,0' dur='3s' />
</rect>
</svg>
« no previous file with comments | « ManualTests/simple-image-compositing.html ('k') | ManualTests/svg-css-animate-compound.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698