|
This tests the basic functionality of SVGSVGElement.createSVGPath(). It verifies that the returned path object has no path segments initially, that a path segment can be added to the path object, and that the object returned is actually instanceof SVGPath.
The test is passed if the rectangle is green.