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

Unified Diff: LayoutTests/fast/dom/Window/resources/window-properties.js

Issue 14929004: Remove captureEvents and releaseEvents (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 8199866ad561005a4d3da5855b112d45fd6fc457..96aa44cdfa69d3120847297e466ac579432492fc 100644
--- a/LayoutTests/fast/dom/Window/resources/window-properties.js
+++ b/LayoutTests/fast/dom/Window/resources/window-properties.js
@@ -4,7 +4,6 @@ var propertyInfo = [
["atob", "function"],
["blur", "function"],
["btoa", "function"],
- ["captureEvents", "function"],
["clearInterval", "function"],
["clearTimeout", "function"],
["close", "function"],
@@ -19,7 +18,6 @@ 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