| Index: third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-05-t-drt.js
|
| diff --git a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-05-t-drt.js b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-05-t-drt.js
|
| index 9aebf6c4c0b19e096ff8219ba3f91556f40b5a81..4ba8744fd61016d0b0bf37dc6e42e56bead6b8c8 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-05-t-drt.js
|
| +++ b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-05-t-drt.js
|
| @@ -3,15 +3,15 @@ embedSVGTestCase("../W3C-SVG-1.1/animate-elem-05-t.svg");
|
|
|
| // Setup animation test
|
| function sample1() {
|
| - expectTranslationMatrix("rootSVGElement.getTransformToElement(path)", "-15", "-43");
|
| + expectTranslationMatrix("getTransformToElement(rootSVGElement, path)","-15","-43");
|
| }
|
|
|
| function sample2() {
|
| - expectTranslationMatrix("rootSVGElement.getTransformToElement(path)", "-40", "-30");
|
| + expectTranslationMatrix("getTransformToElement(rootSVGElement, path)","-40","-30");
|
| }
|
|
|
| function sample3() {
|
| - expectTranslationMatrix("rootSVGElement.getTransformToElement(path)", "-65", "-30");
|
| + expectTranslationMatrix("getTransformToElement(rootSVGElement, path)","-65","-30");
|
| }
|
|
|
| function executeTest() {
|
|
|