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

Unified Diff: LayoutTests/svg/dom/SVGViewSpec-defaults-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/dom/SVGViewSpec-defaults-expected.txt
diff --git a/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt b/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt
index d3ee76dcc39aae0247ac8f4080ec32de380e00d2..c3ba638dbe2413ed79bbdd9214f4537759d35839 100644
--- a/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt
+++ b/LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt
@@ -62,7 +62,7 @@ PASS currentView.viewTargetString = '#test' is "#test"
PASS currentView.viewTargetString is ""
Try changing transform
-PASS currentView.transform.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': This object is read-only, because the property is an animation value..
+PASS currentView.transform.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': The object is read-only..
PASS currentView.transform.numberOfItems is 0
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/svg/dom/SVGTransformList-basics-expected.txt ('k') | LayoutTests/svg/dom/transform-parser-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698