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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype-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-invalid-attributetype-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype-expected.txt b/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype-expected.txt
index d3530f34b9ddd66586b7e63793ed439ee47ad5fe..4d39a8d4c9b188b654010cc85c813004b3322b9a 100644
--- a/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/animations/animateTransform-translate-invalid-attributetype-expected.txt
@@ -6,16 +6,16 @@ Tests that an animateTransform with invalid attributeType does not animate. Shou
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 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 0
-PASS rootSVGElement.getTransformToElement(rect).f is 0
+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 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 0
+PASS getTransformToElement(rootSVGElement, rect).f is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698