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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/script-tests/animateTransform-translate-invalid-attributetype.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/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() {

Powered by Google App Engine
This is Rietveld 408576698