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

Unified Diff: third_party/WebKit/LayoutTests/animations/keyframe-timing-function-unset-crash.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/keyframe-timing-function-unset-crash.html
diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-timing-function-unset-crash.html b/third_party/WebKit/LayoutTests/animations/keyframe-timing-function-unset-crash.html
deleted file mode 100644
index ce5e7f7f903aa8734a7eb8531ed5725fe61bfd46..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/keyframe-timing-function-unset-crash.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!doctype html>
-
-<style>
-@keyframes anim {
- from { animation-timing-function: unset; }
- 50% { animation-timing-function: inherit; }
- to { animation-timing-function: initial; }
-}
-</style>
-
-<div style="animation: anim 10s">This test passes if it doesn't crash</div>
-
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>

Powered by Google App Engine
This is Rietveld 408576698