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

Unified Diff: LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js

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/http/tests/css/resources/shared-stylesheet-mutation.js
diff --git a/LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js b/LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js
index 463df00747e6dd38975478ba34341b56b63ac2d9..462fee62337d92765dfe62cd8f4de0db7c103bca 100644
--- a/LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js
+++ b/LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js
@@ -107,7 +107,7 @@ function executeTests(createCSSOMObjectBeforeTest)
mutationTest(12, "sheet.insertRule('"+importRule+"', 0)", 'green');
mutationTest(13, 'sheet.cssRules[2].selectorText = "foo"', 'red');
- mutationTest(14, 'sheet.cssRules[3].insertRule("40% { left: 40px; }")', 'red');
+ mutationTest(14, 'sheet.cssRules[3].appendRule("40% { left: 40px; }")', 'red');
mutationTest(15, 'sheet.cssRules[3].deleteRule("100%")', 'red');
mutationTest(16, 'sheet.cssRules[4].style.setProperty("font-family", "Bar", "")', 'red');
« no previous file with comments | « LayoutTests/animations/keyframes-rule-expected.txt ('k') | LayoutTests/http/tests/css/shared-stylesheet-mutation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698