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

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

Issue 2357463002: Consolidate read-only exception throwing for SVG*TearOffs (Closed)
Patch Set: Baseline updates Created 4 years, 3 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/svg/custom/baseval-animval-equality-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/baseval-animval-equality-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/baseval-animval-equality-expected.txt
index e5acb7046226786784fcebd35660d53871b8bd72..0b0a52abfa5b52b43bb7e481f57bfd3ed10ea2a3 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/baseval-animval-equality-expected.txt
+++ b/third_party/WebKit/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: Failed to set the 'value' property on 'SVGLength': The attribute is read-only.
+caught exception: Failed to set the 'value' property on 'SVGLength': This object 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