| Index: LayoutTests/svg/animations/animate-clip-crash.html
|
| diff --git a/LayoutTests/svg/animations/animateMotion-crash-with-large-begin-time.html b/LayoutTests/svg/animations/animate-clip-crash.html
|
| similarity index 75%
|
| copy from LayoutTests/svg/animations/animateMotion-crash-with-large-begin-time.html
|
| copy to LayoutTests/svg/animations/animate-clip-crash.html
|
| index 68f7dfb3830a6154862706ac1b546dee3f445036..91e6f01d987197ef41a1353008717f69abb62f77 100644
|
| --- a/LayoutTests/svg/animations/animateMotion-crash-with-large-begin-time.html
|
| +++ b/LayoutTests/svg/animations/animate-clip-crash.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <svg xmlns="http://www.w3.org/2000/svg">
|
| - <animateMotion begin="689328207834365109403786593332753148024s"/>
|
| + <animate attributeName="clip"/>
|
| </svg>
|
| <p>PASS if Blink does not crash in debug.</p>
|
| <script>
|
| @@ -10,6 +10,6 @@ if (window.testRunner) {
|
|
|
| window.onload = function() {
|
| testRunner.notifyDone();
|
| - };
|
| + }
|
| }
|
| -</script>
|
| +</script>
|
|
|