Index: third_party/WebKit/LayoutTests/animations/universal-selector-opacity-inherit-crash.html |
diff --git a/third_party/WebKit/LayoutTests/animations/universal-selector-opacity-inherit-crash.html b/third_party/WebKit/LayoutTests/animations/universal-selector-opacity-inherit-crash.html |
deleted file mode 100644 |
index 6b3379e00be3517b686a984b25ca2f2bd3b43f2b..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/universal-selector-opacity-inherit-crash.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<div>This test passes if it does not crash.</div> |
-<style> |
-* { |
- animation-name: test; |
-} |
-@keyframes test { |
- 0% { opacity: inherit; } |
-} |
-</style> |