This tests that calling SVGSVGElement.getCurrentTime() before the document timeline has begun returns 0, and that calling SVGSVGElement.setCurrentTime() before the document timeline has begun will queue a seek to that time once the timeline does begin. After loading the test, two rectangles will be shown. The left rectangle indicates whether SVGSVGElement.getCurrentTime() correctly returned 0 before the document timeline had begun. The right rectangles indicates whether a call to SVGSVGElement.setCurrentTime() was acted upon once the timeline did begin. For each rectangle, red indicates that the sub-test failed and green indicates that the sub-test passed.

Run the test. No interaction required.

The test is passed if both rectangles are green.

$RCSfile: animate-struct-dom-01-b.svg,v $ Test getCurrentTime() and setCurrentTime() before timeline begin getCurrentTime setCurrentTime $Revision: 1.2 $