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

Unified Diff: LayoutTests/svg/dom/SVGAnimatedNumber-expected.txt

Issue 930053002: Apply TypeChecking=Unrestricted to SVG{Number,Length,Transform,Angle} (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « LayoutTests/svg/dom/SVGAngle-expected.txt ('k') | LayoutTests/svg/dom/SVGLength-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/SVGAnimatedNumber-expected.txt
diff --git a/LayoutTests/svg/dom/SVGAnimatedNumber-expected.txt b/LayoutTests/svg/dom/SVGAnimatedNumber-expected.txt
index a66df06215d4603d25e6571c3881e649370d2584..8add6f1e027c57bfda434b8b93c07f0c91dd21c0 100644
--- a/LayoutTests/svg/dom/SVGAnimatedNumber-expected.txt
+++ b/LayoutTests/svg/dom/SVGAnimatedNumber-expected.txt
@@ -16,11 +16,15 @@ PASS feSpecularLightingElement.surfaceScale.baseVal is 1
Check assigning various valid and invalid values
PASS feSpecularLightingElement.surfaceScale.baseVal = -1 is -1
PASS feSpecularLightingElement.surfaceScale.baseVal = 300 is 300
-PASS feSpecularLightingElement.surfaceScale.baseVal = 'aString' is 'aString'
-PASS feSpecularLightingElement.surfaceScale.baseVal is NaN
+PASS feSpecularLightingElement.surfaceScale.baseVal = 'aString' threw exception TypeError: Failed to set the 'baseVal' property on 'SVGAnimatedNumber': The provided float value is non-finite..
+PASS feSpecularLightingElement.surfaceScale.baseVal is 300
PASS feSpecularLightingElement.surfaceScale.baseVal = 0 is 0
-PASS feSpecularLightingElement.surfaceScale.baseVal = feSpecularLightingElement is feSpecularLightingElement
-PASS feSpecularLightingElement.surfaceScale.baseVal is NaN
+PASS feSpecularLightingElement.surfaceScale.baseVal = NaN threw exception TypeError: Failed to set the 'baseVal' property on 'SVGAnimatedNumber': The provided float value is non-finite..
+PASS feSpecularLightingElement.surfaceScale.baseVal is 0
+PASS feSpecularLightingElement.surfaceScale.baseVal = Infinity threw exception TypeError: Failed to set the 'baseVal' property on 'SVGAnimatedNumber': The provided float value is non-finite..
+PASS feSpecularLightingElement.surfaceScale.baseVal is 0
+PASS feSpecularLightingElement.surfaceScale.baseVal = feSpecularLightingElement threw exception TypeError: Failed to set the 'baseVal' property on 'SVGAnimatedNumber': The provided float value is non-finite..
+PASS feSpecularLightingElement.surfaceScale.baseVal is 0
PASS feSpecularLightingElement.surfaceScale.baseVal = 300 is 300
Check that the surfaceScale value remained 300
« no previous file with comments | « LayoutTests/svg/dom/SVGAngle-expected.txt ('k') | LayoutTests/svg/dom/SVGLength-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698