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 |