animate-elem-64-t

FAIL

raster image of animate-elem-64-t

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.