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

Unified Diff: LayoutTests/svg/custom/immutable-properties-expected.txt

Issue 132233016: [SVG] SVGAnimatedPointList migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: set NeedsRebaseline Created 6 years, 11 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
« no previous file with comments | « LayoutTests/resources/js-test.js ('k') | LayoutTests/svg/custom/poly-parsing-error-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/immutable-properties-expected.txt
diff --git a/LayoutTests/svg/custom/immutable-properties-expected.txt b/LayoutTests/svg/custom/immutable-properties-expected.txt
index a207dc0170094236e3850d522ec3ef02f7d66cbf..d49207ecfe2d8a8a1aa17afd0b881fcb408d2119 100644
--- a/LayoutTests/svg/custom/immutable-properties-expected.txt
+++ b/LayoutTests/svg/custom/immutable-properties-expected.txt
@@ -11,13 +11,14 @@ PASS zoomRectScreen.x = 100; threw exception NoModificationAllowedError: Failed
PASS zoomEvent.previousScale is 0
PASS zoomEvent.previousScale is 0
PASS previousTranslate.x is 0
-PASS previousTranslate.x is 300
+PASS previousTranslate.x = 300; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGPoint': The attribute is read-only..
PASS zoomEvent.previousTranslate.x is 0
PASS zoomEvent.newScale is 0
+FAIL zoomEvent.newScale = 200; should throw an exception. Was 200.
PASS zoomEvent.newScale is 0
PASS newTranslate.x is 0
-PASS newTranslate.x is 300
-PASS zoomEvent.newTranslate.x is 0
+PASS newTranslate.x = 300; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGPoint': The attribute is read-only..
+PASS newTranslate.x is 0
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/resources/js-test.js ('k') | LayoutTests/svg/custom/poly-parsing-error-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698