4 <script src=
"../../resources/js-test.js"></script>
6 var pathElement
= document
.createElementNS("http://www.w3.org/2000/svg","path");
8 var pathSegment
= pathElement
.createSVGPathSegCurvetoCubicAbs(0.0, 1.0, 2.0, 3.0, 4.0, 5.0);
11 shouldBe('pathSegment.x1', '-1.0');
13 <p id=
"description">Test that there is no assertion when setting values on a new path segment not in any segment list.
</p>
14 <div id=
"console"></div>