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

Unified Diff: LayoutTests/fast/dom/Window/resources/window-properties.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/window-properties.js
diff --git a/LayoutTests/fast/dom/Window/resources/window-properties.js b/LayoutTests/fast/dom/Window/resources/window-properties.js
index 9db58e36dcd296de566dd61513529133d8f42089..5ba05ecf4ec9455245d75318a865c684847363c8 100644
--- a/LayoutTests/fast/dom/Window/resources/window-properties.js
+++ b/LayoutTests/fast/dom/Window/resources/window-properties.js
@@ -4,6 +4,7 @@ var propertyInfo = [
["atob", "function"],
["blur", "function"],
["btoa", "function"],
+ ["captureEvents", "function"],
["clearInterval", "function"],
["clearTimeout", "function"],
["close", "function"],
@@ -18,6 +19,7 @@ var propertyInfo = [
["open", "function"],
["print", "function"],
["prompt", "function"],
+ ["releaseEvents", "function"],
["resizeBy", "function"],
["resizeTo", "function"],
["scroll", "function"],

Powered by Google App Engine
This is Rietveld 408576698