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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-04-t-drt.js

Issue 1406303007: Drop SVGGraphicsElement.getTransformToElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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
Index: third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-04-t-drt.js
diff --git a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-04-t-drt.js b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-04-t-drt.js
index 8fbb5282494602ee7b3f683edc1b906c8fbddd5c..c6f43e2650d89365512a3bc830fc0d1c055ce1fa 100644
--- a/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-04-t-drt.js
+++ b/third_party/WebKit/LayoutTests/svg/animations/script-tests/animate-elem-04-t-drt.js
@@ -3,15 +3,15 @@ embedSVGTestCase("../W3C-SVG-1.1/animate-elem-04-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", "-36.5");
+ expectTranslationMatrix("getTransformToElement(rootSVGElement, path)", "-40", "-36.5");
}
function sample3() {
- expectTranslationMatrix("rootSVGElement.getTransformToElement(path)", "-65", "-30");
+ expectTranslationMatrix("getTransformToElement(rootSVGElement, path)", "-65", "-30");
}
function executeTest() {

Powered by Google App Engine
This is Rietveld 408576698