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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/animations/animate-elem-06-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/platform/linux/svg/animations/animate-elem-06-t-drt-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/animations/animate-elem-06-t-drt-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/animations/animate-elem-06-t-drt-expected.txt
index be2221d9e80784995ddd2780397da6f0fe082ea3..9d4054cd03a5ee1379f5a2f2c5e51bc3bbc40a17 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/animations/animate-elem-06-t-drt-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/animations/animate-elem-06-t-drt-expected.txt
@@ -7,14 +7,14 @@ A copy of the corresponding W3C-SVG-1.1 test, which dumps the animation at certa
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS rootSVGElement.getTransformToElement(path).e is -15
-PASS rootSVGElement.getTransformToElement(path).f is -43
-FAIL rootSVGElement.getTransformToElement(path).e should be close to -38.5. Was -38.3656120300293.
-PASS rootSVGElement.getTransformToElement(path).f is -30
-PASS rootSVGElement.getTransformToElement(path).e is -65
-PASS rootSVGElement.getTransformToElement(path).f is -33
-PASS rootSVGElement.getTransformToElement(path).e is -65
-PASS rootSVGElement.getTransformToElement(path).f is -33
+PASS getTransformToElement(rootSVGElement, path).e is -15
+PASS getTransformToElement(rootSVGElement, path).f is -43
+FAIL getTransformToElement(rootSVGElement, path).e should be close to -38.5. Was -38.3656120300293.
+PASS getTransformToElement(rootSVGElement, path).f is -30
+PASS getTransformToElement(rootSVGElement, path).e is -65
+PASS getTransformToElement(rootSVGElement, path).f is -33
+PASS getTransformToElement(rootSVGElement, path).e is -65
+PASS getTransformToElement(rootSVGElement, path).f is -33
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698