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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt

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/animateTransform-translate-attributetype-auto-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt b/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt
index 411f63a49bb688911f384f4e0f7b868a952aebd8..72a47b74d2ab0003e1463c94274cecb4777d4c90 100644
--- a/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-attributetype-auto-expected.txt
@@ -6,16 +6,16 @@ Tests that an animateTransform with attributeType "auto" acts as "XML". Should r
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS rootSVGElement.getTransformToElement(rect).e is 0
-PASS rootSVGElement.getTransformToElement(rect).f is 0
-PASS rootSVGElement.getTransformToElement(rect).e is 0
-PASS rootSVGElement.getTransformToElement(rect).f is 0
-PASS rootSVGElement.getTransformToElement(rect).e is -100
-PASS rootSVGElement.getTransformToElement(rect).f is -100
-PASS rootSVGElement.getTransformToElement(rect).e is -200
-PASS rootSVGElement.getTransformToElement(rect).f is -200
-PASS rootSVGElement.getTransformToElement(rect).e is -200
-PASS rootSVGElement.getTransformToElement(rect).f is -200
+PASS getTransformToElement(rootSVGElement, rect).e is 0
+PASS getTransformToElement(rootSVGElement, rect).f is 0
+PASS getTransformToElement(rootSVGElement, rect).e is 0
+PASS getTransformToElement(rootSVGElement, rect).f is 0
+PASS getTransformToElement(rootSVGElement, rect).e is -100
+PASS getTransformToElement(rootSVGElement, rect).f is -100
+PASS getTransformToElement(rootSVGElement, rect).e is -200
+PASS getTransformToElement(rootSVGElement, rect).f is -200
+PASS getTransformToElement(rootSVGElement, rect).e is -200
+PASS getTransformToElement(rootSVGElement, rect).f is -200
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698