Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/animations/inherit-crash.html |
| diff --git a/third_party/WebKit/LayoutTests/animations/inherit-crash.html b/third_party/WebKit/LayoutTests/animations/inherit-crash.html |
| deleted file mode 100644 |
| index 1a3a6709d9747c6d9b15f63aabbbe148f8250503..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/animations/inherit-crash.html |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -<!DOCTYPE html> |
| -<style> |
| -@keyframes test { |
| - to { background-color: inherit; } |
| -} |
| -body { |
| - animation: test 1s; |
| -} |
| -</style> |
| -<pre>This test passes if it does not crash.</pre> |
| -<script> |
| -if (window.testRunner) |
| - testRunner.dumpAsText(); |
| -</script> |