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

Unified Diff: LayoutTests/svg/dom/SVGTransformList-basics-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/SVGTransformList-basics-expected.txt
diff --git a/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt b/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
index 221b6adafbcb1602b5031633866d41ddf248d1e2..ce0bbb6d46249c52cc6ee16a77d70dfad039e107 100644
--- a/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
+++ b/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
@@ -122,7 +122,7 @@ PASS circle1.transform.baseVal.appendItem(circle1) threw exception TypeError: Fa
PASS circle1.transform.baseVal.appendItem(null) threw exception TypeError: Failed to execute 'appendItem' on 'SVGTransformList': parameter 1 is not of type 'SVGTransform'..
Testing animVal clear throws
-PASS circle1.transform.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': This object is read-only, because the property is an animation value..
+PASS circle1.transform.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': The object is read-only..
PASS circle1.transform.baseVal.clear() is undefined.
Creating new SVGTransform, with 45 deg rotation about x=50, y=100 and append it to the transform list
« no previous file with comments | « LayoutTests/svg/custom/webkit-transform-crash.html ('k') | LayoutTests/svg/dom/SVGViewSpec-defaults-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698