Index: third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-rems.html |
diff --git a/third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-rems.html b/third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-rems.html |
deleted file mode 100644 |
index e2644a4a8a7849edcedf6e552c0e5104226516a6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-rems.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<html> |
-<head> |
- <script> |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- } |
- </script> |
- <style> |
- @-webkit-keyframes anim { |
- 42% { |
- -webkit-border-horizontal-spacing: 42rem; |
- } |
- } |
- body::first-letter { |
- -webkit-animation-name: anim; |
- } |
- </style> |
-</head> |
-<body> |
-This test passes if it does not crash. |
-</body> |
-</html> |