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

Unified Diff: LayoutTests/fast/dom/event-target-arguments-expected.txt

Issue 329223004: [DeprecateAs] if call addEventListener or removeEventListener without enough arguments Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test update/simplification Created 6 years, 6 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/fast/dom/event-target-arguments-expected.txt
diff --git a/LayoutTests/fast/dom/event-target-arguments-expected.txt b/LayoutTests/fast/dom/event-target-arguments-expected.txt
index 46d86e5dfb07ad148a8ab18d1177f0550b19871b..61e6cf4637dce0bc35a07fb031b943b579fa54d3 100644
--- a/LayoutTests/fast/dom/event-target-arguments-expected.txt
+++ b/LayoutTests/fast/dom/event-target-arguments-expected.txt
@@ -1,3 +1,4 @@
+CONSOLE WARNING: Omitting either of the first two arguments of 'EventTarget.addEventListener' or 'EventTarget.removeEventListener' is deprecated, as these are required (http://dom.spec.whatwg.org/#interface-eventtarget).
EventTarget.addEventListener and EventTarget.removeEventLister should throw on invalid arguments.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698