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

Unified Diff: LayoutTests/svg/custom/baseval-animval-equality-expected.txt

Issue 112003003: [SVG] SVGLength{,List} migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 7 years 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/custom/baseval-animval-equality-expected.txt
diff --git a/LayoutTests/svg/custom/baseval-animval-equality-expected.txt b/LayoutTests/svg/custom/baseval-animval-equality-expected.txt
index 97b057279381068d898b9ab57046f93e8ef1d1ce..95d64a3b1124a96b382ff88c7f6d909306391d03 100644
--- a/LayoutTests/svg/custom/baseval-animval-equality-expected.txt
+++ b/LayoutTests/svg/custom/baseval-animval-equality-expected.txt
@@ -6,7 +6,7 @@ svg.x.baseVal.value = 10
svg.x.animVal.value = 10
SUCCESS (1 of 2)
setting svg.x.animVal.value = 5
-caught exception: An attempt was made to modify an object where modifications are not allowed.
+caught exception: Failed to set the 'value' property on 'SVGLength': Failed to set the 'value' property on 'SVGLength': The attribute is read-only.
svg.x.baseVal.value = 10
svg.x.animVal.value = 10
SUCCESS (2 of 2)

Powered by Google App Engine
This is Rietveld 408576698