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

Unified Diff: LayoutTests/animations/keyframes-missing-arguments.html

Issue 1153493002: Remove CSSKeyframesRule.insertRule() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 5 years, 7 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: LayoutTests/animations/keyframes-missing-arguments.html
diff --git a/LayoutTests/animations/keyframes-missing-arguments.html b/LayoutTests/animations/keyframes-missing-arguments.html
index c49eba2fafb849341da9fcb32232c4d6b44e617f..8babd8d7b7d505c2041e64a9e391cd13b3d48c71 100644
--- a/LayoutTests/animations/keyframes-missing-arguments.html
+++ b/LayoutTests/animations/keyframes-missing-arguments.html
@@ -8,7 +8,6 @@
<script>
var keyframes = document.styleSheets[0].rules[0];
shouldBeType("keyframes", "CSSKeyframesRule");
- shouldThrow("keyframes.insertRule()");
shouldThrow("keyframes.appendRule()");
shouldThrow("keyframes.deleteRule()");
shouldThrow("keyframes.findRule()");

Powered by Google App Engine
This is Rietveld 408576698