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

Unified Diff: third_party/WebKit/LayoutTests/animations/script-tests/animation-css-rule-types.js

Issue 2974853002: Assorted small animation test moves (Closed)
Patch Set: Also rename test referring to 'players' 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
« no previous file with comments | « third_party/WebKit/LayoutTests/animations/script-tests/TEMPLATE.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/script-tests/animation-css-rule-types.js
diff --git a/third_party/WebKit/LayoutTests/animations/script-tests/animation-css-rule-types.js b/third_party/WebKit/LayoutTests/animations/script-tests/animation-css-rule-types.js
deleted file mode 100644
index 2d76deef2a7f4a97bd3ee33a7f2379e957a59fab..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/script-tests/animation-css-rule-types.js
+++ /dev/null
@@ -1,11 +0,0 @@
-description(
-'This test checks that the CSSRule RuleTypes for keyframe-related rules are what we expect.'
-);
-
-var ruleType = window.CSSRule.KEYFRAMES_RULE;
-shouldBe("ruleType", "7");
-ruleType = window.CSSRule.KEYFRAME_RULE;
-shouldBe("ruleType", "8");
-
-debug('If we got to this point then we did not crash and the test has passed.');
-var successfullyParsed = true;
« no previous file with comments | « third_party/WebKit/LayoutTests/animations/script-tests/TEMPLATE.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698