Index: third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-06-t-drt.js |
diff --git a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-06-t-drt.js b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-06-t-drt.js |
index 513868c52b7ad7c8be22d701a5ef51bd41e12d8e..6cd9b156c40149ab96a0cb880078f9367d0a590d 100644 |
--- a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-06-t-drt.js |
+++ b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-06-t-drt.js |
@@ -3,15 +3,15 @@ embedSVGTestCase("../W3C-SVG-1.1/animate-elem-06-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)", "-38.5", "-30"); |
+ expectTranslationMatrix("getTransformToElement(rootSVGElement, path)", "-38.5", "-30"); |
} |
function sample3() { |
- expectTranslationMatrix("rootSVGElement.getTransformToElement(path)", "-65", "-33"); |
+ expectTranslationMatrix("getTransformToElement(rootSVGElement, path)", "-65", "-33"); |
} |
function executeTest() { |