| 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>
|
|
|