| Index: third_party/WebKit/LayoutTests/svg/animations/script-tests/animateTransform-translate-invalid-attributetype.js
|
| diff --git a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animateTransform-translate-invalid-attributetype.js b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animateTransform-translate-invalid-attributetype.js
|
| index c26fe5a9f47ab729fb9a639a2bac4c0e6e6e66d6..53330bb4d5ed583dd45e22160dd80cc46b1c3f70 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animateTransform-translate-invalid-attributetype.js
|
| +++ b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animateTransform-translate-invalid-attributetype.js
|
| @@ -26,7 +26,7 @@ rootSVGElement.appendChild(rect);
|
|
|
| // Setup animation test
|
| function sample() {
|
| - expectTranslationMatrix("rootSVGElement.getTransformToElement(rect)", "0", "0");
|
| + expectTranslationMatrix("getTransformToElement(rootSVGElement, rect)", "0", "0");
|
| }
|
|
|
| function executeTest() {
|
|
|