Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.

animate-elem-64-t.svg

FAIL

raster image of animate-elem-64-t.svg

Operator Script

This tests performs basic tests on the dur attribute.

The first row shows a red rectangle subject to a <set> animation with no begin attribute, no end attribute and a dur attribute set to '2s'. Therefore, the animation should be active from 0 to 2 seconds and then terminate. Consequently, the rectangle should show on the right for the first two seconds, and then move to the left position.

The second row shows a red rectangle subject to a <set> animation with no begin attribute, no end attribute and a dur attribute set to 'indefinite'. Therefore, the animation should stay active indefinitely and the rectangle should always be on the right position, never on the left position.

Finally, the third row shows red rectangle subject to a <set> animation with no begin attribute, no end attribute and a dur attribute set to 'media'. In the context of SVG 1.1, this is equivalent to an 'indefinite' value. Therefore, the animation should stay active indefinitely and the rectangle should always be on the right position, never on the left position.

Pass Criteria

[[Describe the pass criteria of the test here. The pass criteria is what should be displayed when the test is run.]]

Test Description

[[Describe which section and what specific assertion is being tested by the test. If the test has a number of sub tests, multiple "testComponent" elements can be specified within the "testDescription" element.]]