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

animate-elem-68-t.svg

FAIL

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

Operator Script

This tests performs basic tests on the repeatCount attribute

Each row in the test shows different rectangles subject to <set> animations with different configurations with regards to the repeatCount attribute. For each row, the animation should be active during the first 5 seconds of the animations where the red rectangle should show in the right column. At five seconds into the animation, all the rectangles should move to their left position.

On the first row, the <set> animation has its dur attribute set to '5s' and its repeatCount unspecified. Consequently, its only interval is (0s <= t < 5s).

On the second row, the <set> animation has its dur attribute set to 1s and its repeatCount set to 5. Consequently, its only interval is (0s <= t < 5s (1s*5)).

On the third row, the <set> animation has its dur attribute set to 10s and its repeatCount set to 0.5. Consequently, its only interval is (0s <= t < 5s (10s*0.5))

On the fourth row, the <set> animation has its dur attribute set to 1s and its repeatCount set to indefinite. It also has an end attribute set to 5s. Consequently, the repeat duration is indefinite, but the active duration is limited by the end attribute and the active interval is (0s <= t < 5s).

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.]]