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

Unified Diff: third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.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/zero-duration-infinite-iterations.html
diff --git a/third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.html b/third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.html
deleted file mode 100644
index b1ca038d2ed6d82eaa60e1a308eec2893260e712..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/zero-duration-infinite-iterations.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<style>
-p {
- animation: test infinite;
-}
-@keyframes test {
- 0% {
- }
-}
-</style>
-<script>
- if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-<body>
-<p>This tests an animation with zero duration and infinite iterations. See http:://crbug.com/322575.
-<p>This test passes if it doesn't crash.
-<body

Powered by Google App Engine
This is Rietveld 408576698