This tests the return value required for the SVGAnimationElement.getStartTime() method, as described in section 19.5 DOM Interfaces.

After the loading the document, some animations that have no visible effect will run. The text "Test running..." will appear in the bottom right corner until the test has completed. (This takes 2.5s.)

The test is passed if all seven rectangles are green once the animations have stopped running (i.e., 2.5s after the document has loaded.)

$RCSfile: animate-dom-01-f.svg,v $ Testing SVGAnimationElement.getStartTime() Test running... Called before a lone interval starts Called on an animation with no intervals Called during an interval Called after a lone interval ends, fill="remove" Called after a lone interval ends, fill="freeze" Called with multiple begin values Called with multiple begin values including "indefinite" Called with syncbase begin value $Revision: 1.11 $