Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/svg-element-css-animation-crash.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/svg-element-css-animation-crash.html b/third_party/WebKit/LayoutTests/animations/svg-element-css-animation-crash.html |
| deleted file mode 100644 |
| index a66769c9d991acac71d258a9edadc80c2bc445bd..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/animations/svg-element-css-animation-crash.html |
| +++ /dev/null |
| @@ -1,16 +0,0 @@ |
| -<script src="../resources/testharness.js"></script> |
| -<script src="../resources/testharnessreport.js"></script> |
| -<style> |
| -@keyframes crash { |
| - to {color: green;} |
| -} |
| -rect { |
| - animation: crash 100s; |
| -} |
| -</style> |
| -<svg> |
| - <rect></rect> |
| -</svg> |
| -<script> |
| -test(() => {}, 'This test passes if it does not crash.'); |
| -</script> |