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

Unified Diff: LayoutTests/svg/animations/animate-gradient-transform-expected.txt

Issue 153883003: [SVG] SVGAnimatedTransform{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove m_zoomAndPan Created 6 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-gradient-transform-expected.txt
diff --git a/LayoutTests/svg/animations/animate-gradient-transform-expected.txt b/LayoutTests/svg/animations/animate-gradient-transform-expected.txt
index a2632abecc46d2b79385e95a082d7002315dda5d..ec3114477915ea923f7e45f39ac6ed60382e0252 100644
--- a/LayoutTests/svg/animations/animate-gradient-transform-expected.txt
+++ b/LayoutTests/svg/animations/animate-gradient-transform-expected.txt
@@ -5,7 +5,7 @@ Tests if gradientTransform of a gradient is animateable.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS gradient.gradientTransform.animVal.consolidate() threw exception NoModificationAllowedError: Failed to execute 'consolidate' on 'SVGTransformList': This object is read-only, because the property is an animation value..
+PASS gradient.gradientTransform.animVal.consolidate() threw exception NoModificationAllowedError: Failed to execute 'consolidate' on 'SVGTransformList': The attribute is read-only..
PASS gradient.gradientTransform.animVal.numberOfItems is 1
PASS gradient.gradientTransform.animVal.getItem(0).matrix.e is 0
PASS gradient.gradientTransform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSLATE
« no previous file with comments | « LayoutTests/resources/js-test.js ('k') | LayoutTests/svg/custom/get-text-element-transform-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698