Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Unified Diff: third_party/WebKit/LayoutTests/animations/pseudo-element-animation-with-rems.html

Issue 2966953002: Move animations crash tests to subdirectory (Closed)
Patch Set: Rename crash-tests/ to stability/ Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698