Chromium Code Reviews

Unified Diff: LayoutTests/svg/dom/method-argument-typechecks-expected.txt

Issue 1158563006: Add SMIL deprecation warning (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 6 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/svg/dom/method-argument-typechecks-expected.txt
diff --git a/LayoutTests/svg/dom/method-argument-typechecks-expected.txt b/LayoutTests/svg/dom/method-argument-typechecks-expected.txt
index d5a0c918fc39563dbcd09e4c27956fa5199e991f..ca9099663956ebb64c3c7467aab3316fc274beb3 100644
--- a/LayoutTests/svg/dom/method-argument-typechecks-expected.txt
+++ b/LayoutTests/svg/dom/method-argument-typechecks-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
Check that invalid values of arguments throw TypeError.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine