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

Unified Diff: third_party/WebKit/LayoutTests/svg/animations/animate-elem-11-t-drt-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/animate-elem-11-t-drt-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/animations/animate-elem-11-t-drt-expected.txt b/third_party/WebKit/LayoutTests/svg/animations/animate-elem-11-t-drt-expected.txt
index 9be18b2d76d6fce71cff162b99dd3412387c426a..d14119b0550b46450ab604d7a5e00ced05059d7b 100644
--- a/third_party/WebKit/LayoutTests/svg/animations/animate-elem-11-t-drt-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/animations/animate-elem-11-t-drt-expected.txt
@@ -9,36 +9,36 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS rect1.height.animVal.value is 210
PASS rect1.height.baseVal.value is 210
-PASS rootSVGElement.getTransformToElement(rect2).e is -250
-PASS rootSVGElement.getTransformToElement(rect2).f is -250
+PASS getTransformToElement(rootSVGElement, rect2).e is -250
+PASS getTransformToElement(rootSVGElement, rect2).f is -250
PASS rect1.height.animVal.value is 143.4
PASS rect1.height.baseVal.value is 210
-PASS rootSVGElement.getTransformToElement(rect2).e is -250
-PASS rootSVGElement.getTransformToElement(rect2).f is -183.4
+PASS getTransformToElement(rootSVGElement, rect2).e is -250
+PASS getTransformToElement(rootSVGElement, rect2).f is -183.4
PASS rect1.height.animVal.value is 143.4
PASS rect1.height.baseVal.value is 210
-PASS rootSVGElement.getTransformToElement(rect2).e is -250
-PASS rootSVGElement.getTransformToElement(rect2).f is -183.4
+PASS getTransformToElement(rootSVGElement, rect2).e is -250
+PASS getTransformToElement(rootSVGElement, rect2).f is -183.4
PASS rect1.height.animVal.value is 76.7
PASS rect1.height.baseVal.value is 210
-PASS rootSVGElement.getTransformToElement(rect2).e is -250
-PASS rootSVGElement.getTransformToElement(rect2).f is -116.7
+PASS getTransformToElement(rootSVGElement, rect2).e is -250
+PASS getTransformToElement(rootSVGElement, rect2).f is -116.7
PASS rect1.height.animVal.value is 76.7
PASS rect1.height.baseVal.value is 210
-PASS rootSVGElement.getTransformToElement(rect2).e is -250
-PASS rootSVGElement.getTransformToElement(rect2).f is -116.7
+PASS getTransformToElement(rootSVGElement, rect2).e is -250
+PASS getTransformToElement(rootSVGElement, rect2).f is -116.7
PASS rect1.height.animVal.value is 10
PASS rect1.height.baseVal.value is 210
-PASS rootSVGElement.getTransformToElement(rect2).e is -250
-PASS rootSVGElement.getTransformToElement(rect2).f is -50
+PASS getTransformToElement(rootSVGElement, rect2).e is -250
+PASS getTransformToElement(rootSVGElement, rect2).f is -50
PASS rect1.height.animVal.value is 10
PASS rect1.height.baseVal.value is 210
-PASS rootSVGElement.getTransformToElement(rect2).e is -250
-PASS rootSVGElement.getTransformToElement(rect2).f is -50
+PASS getTransformToElement(rootSVGElement, rect2).e is -250
+PASS getTransformToElement(rootSVGElement, rect2).f is -50
PASS rect1.height.animVal.value is 10
PASS rect1.height.baseVal.value is 210
-PASS rootSVGElement.getTransformToElement(rect2).e is -250
-PASS rootSVGElement.getTransformToElement(rect2).f is -50
+PASS getTransformToElement(rootSVGElement, rect2).e is -250
+PASS getTransformToElement(rootSVGElement, rect2).f is -50
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698