| Index: LayoutTests/svg/animations/script-tests/animate-endElement-beginElement.js
|
| diff --git a/LayoutTests/svg/animations/script-tests/animate-endElement-beginElement.js b/LayoutTests/svg/animations/script-tests/animate-endElement-beginElement.js
|
| index b70469f30df22fa832443e94dce4212073ebfbed..c1de19c274187520b9ab096a8ae31a102224b289 100644
|
| --- a/LayoutTests/svg/animations/script-tests/animate-endElement-beginElement.js
|
| +++ b/LayoutTests/svg/animations/script-tests/animate-endElement-beginElement.js
|
| @@ -32,6 +32,8 @@ function sample1() {
|
| function executeTest() {
|
| // Start animating, and stop it again after 100ms.
|
| animateX.beginElement();
|
| + // Allow time to pass. (The test framework pauses the timeline on load.)
|
| + rootSVGElement.unpauseAnimations();
|
| setTimeout(end, 100);
|
| }
|
|
|
|
|