Index: third_party/WebKit/LayoutTests/animations/keyframe-timing-function-unset-crash.html |
diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-timing-function-unset-crash.html b/third_party/WebKit/LayoutTests/animations/keyframe-timing-function-unset-crash.html |
deleted file mode 100644 |
index ce5e7f7f903aa8734a7eb8531ed5725fe61bfd46..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/keyframe-timing-function-unset-crash.html |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-<!doctype html> |
- |
-<style> |
-@keyframes anim { |
- from { animation-timing-function: unset; } |
- 50% { animation-timing-function: inherit; } |
- to { animation-timing-function: initial; } |
-} |
-</style> |
- |
-<div style="animation: anim 10s">This test passes if it doesn't crash</div> |
- |
-<script> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
-</script> |