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

Unified Diff: third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt

Issue 1461993002: Make addEventListener/removeEventListener arguments non-optional (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop the use counters Created 5 years, 1 month 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: third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt b/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
index e5c46dc6d2ca6a6377f26a7ab61542a83de42c77..1e2b7fb006587d3c6d45e5340b72b92d7c322481 100644
--- a/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/js/function-length-expected.txt
@@ -7,7 +7,8 @@ PASS window.confirm.length is 0
PASS window.open.length is 2
PASS window.setTimeout.length is 1
PASS window.clearTimeout.length is 0
-PASS window.addEventListener.length is 0
+PASS window.addEventListener.length is 2
+PASS window.removeEventListener.length is 2
PASS window.postMessage.length is 2
PASS window.dispatchEvent.length is 1
PASS window.openDatabase.length is 4

Powered by Google App Engine
This is Rietveld 408576698