blob: c7e19532965a6cd7b44e537acace7be46dd07afe [file] [log] [blame]
This test checks that setting currentScale fails for non-finite values
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS svgvar.currentScale is 1.0
PASS Setting currentScale to undefined threw an exception.
PASS svgvar.currentScale is 1.0
PASS Setting currentScale to NaN threw an exception.
PASS svgvar.currentScale is 1.0
PASS Setting currentScale to Infinity threw an exception.
PASS svgvar.currentScale is 1.0
PASS Setting currentScale to a string threw an exception.
PASS svgvar.currentScale is 1.0
PASS successfullyParsed is true
TEST COMPLETE