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

Unified Diff: LayoutTests/fast/dom/Window/resources/WindowProperties.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/dom/Window/resources/WindowProperties.js
diff --git a/LayoutTests/fast/dom/Window/resources/WindowProperties.js b/LayoutTests/fast/dom/Window/resources/WindowProperties.js
index eba18ed42e98db936b5a5dad48dede8d8ebea355..3ee2d7f0ea1144d5870d14a7e887dc926152c7a5 100644
--- a/LayoutTests/fast/dom/Window/resources/WindowProperties.js
+++ b/LayoutTests/fast/dom/Window/resources/WindowProperties.js
@@ -33,6 +33,8 @@ var windowFunctions = [
"addEventListener",
"removeEventListener",
"showModalDialog",
+ "captureEvents",
+ "releaseEvents",
// Functions from the Global Object
"eval",

Powered by Google App Engine
This is Rietveld 408576698