Index: third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-marker-crash.html |
diff --git a/third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-marker-crash.html b/third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-marker-crash.html |
deleted file mode 100644 |
index 4b6736314887c463b04fd81e086f34dde8745e61..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-marker-crash.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-<style> |
-@keyframes test { 0% { marker: url("crash"); } } |
-body:before { animation-name: test; } |
-</style> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
-</script> |
-Test passes if it doesn't crash. |