blob: 677deb021b8ffe85239b399e50ac622baf2dca73 [file] [log] [blame]
Confirm that null is returned when an SVGViewSpec is used after its corresponding element has been removed.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS viewPreserveAspectRatio = svgView.preserveAspectRatio; is null
PASS viewTransform = svgView.transform; is null
PASS viewViewTarget = svgView.viewTarget; is null
PASS viewViewBox = svgView.viewBox; is null
PASS successfullyParsed is true
TEST COMPLETE