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

Unified Diff: LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt

Issue 890123003: Tweak test in preparation for fixing bug 400725. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | LayoutTests/svg/animations/script-tests/animate-css-xml-attributeType.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt
diff --git a/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt b/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt
index a5fc88b99e21acab26f6fa3801869b5ee891899a..baa6799cbf93f16f95f2e3beb14f52c2db3e3512 100644
--- a/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt
+++ b/LayoutTests/svg/animations/animate-css-xml-attributeType-expected.txt
@@ -5,15 +5,15 @@ Tests that XML and CSS attributeTypes can be switched between.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS rect.x.animVal.value is 100
-PASS rect.x.baseVal.value is 100
-PASS rect.x.animVal.value is 300
-PASS rect.x.animVal.value is 100
-PASS parseFloat(getComputedStyle(rect).opacity) is 0.8
-PASS rect.x.animVal.value is 100
-FAIL parseFloat(getComputedStyle(rect).opacity) should be close to 1. Was 0.800000011920929.
-PASS rect.x.animVal.value is 200
-PASS rect.x.baseVal.value is 100
+PASS polygon.animatedPoints.getItem(0).x is 100
+PASS polygon.points.getItem(0).x is 100
+PASS polygon.animatedPoints.getItem(0).x is 300
+PASS polygon.animatedPoints.getItem(0).x is 100
+PASS parseFloat(getComputedStyle(polygon).opacity) is 0.8
+PASS polygon.animatedPoints.getItem(0).x is 100
+FAIL parseFloat(getComputedStyle(polygon).opacity) should be close to 1. Was 0.800000011920929.
+PASS polygon.animatedPoints.getItem(0).x is 200
+PASS polygon.points.getItem(0).x is 100
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « no previous file | LayoutTests/svg/animations/script-tests/animate-css-xml-attributeType.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698