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

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

Issue 896773002: [svg2] Make 'x' and 'y' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: circling back towards patchset #1 again 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
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

Powered by Google App Engine
This is Rietveld 408576698