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

Unified Diff: LayoutTests/fast/js/script-tests/global-function-resolve.js

Issue 21263002: Add back captureEvents and releaseEvents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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/js/script-tests/global-function-resolve.js
diff --git a/LayoutTests/fast/js/script-tests/global-function-resolve.js b/LayoutTests/fast/js/script-tests/global-function-resolve.js
index 70939c4406d0bb7bd1d0a00030950831328fd8e7..ad7e49cdb22f83a73317ddfd7e0976b6b37d94d3 100644
--- a/LayoutTests/fast/js/script-tests/global-function-resolve.js
+++ b/LayoutTests/fast/js/script-tests/global-function-resolve.js
@@ -3,6 +3,7 @@ description("Test to make sure cached lookups on the global object are performed
var functionNames = [
'addEventListener',
'alert',
+ 'captureEvents',
'clearInterval',
'clearTimeout',
'clientInformation',
@@ -39,6 +40,7 @@ var functionNames = [
'pageYOffset',
'parent',
'prompt',
+ 'releaseEvents',
'removeEventListener',
'resizeBy',
'resizeTo',

Powered by Google App Engine
This is Rietveld 408576698