Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt

Issue 1004733012: Deprecate CSSKeyframesRule.insertRule() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update test expectations Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt
diff --git a/LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt b/LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt
index 9e97cb4766df2d829dbcf508563a135f459f71d9..cbec1ab6dcf2d67d67a61e4c309afc07156145a7 100644
--- a/LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt
+++ b/LayoutTests/http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: 'CSSKeyframesRule.insertRule()' is deprecated and will be removed in M45, around August 2015. Please use 'CSSKeyframesRule.appendRule()' instead.
The test loads the same stylesheet to different frames and then mutates them. The mutations should not affect other frames.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
« no previous file with comments | « LayoutTests/http/tests/css/shared-stylesheet-mutation-expected.txt ('k') | Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »

Powered by Google App Engine