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

Unified Diff: LayoutTests/fast/dom/Window/get-set-properties.html

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/get-set-properties.html
diff --git a/LayoutTests/fast/dom/Window/get-set-properties.html b/LayoutTests/fast/dom/Window/get-set-properties.html
index 3188cd2bb5f06112f571f5379c1468c4e1755130..065ebf350715526aab177fd550c6584e92983055 100644
--- a/LayoutTests/fast/dom/Window/get-set-properties.html
+++ b/LayoutTests/fast/dom/Window/get-set-properties.html
@@ -165,6 +165,7 @@ var windowReadWriteProperties = [
"alert",
"atob",
"btoa",
+ "captureEvents",
"clearInterval",
"clearTimeout",
"clientInformation",
@@ -252,6 +253,7 @@ var windowFunctions = [
"open",
"print",
"prompt",
+ "releaseEvents",
"removeEventListener",
"resizeBy",
"resizeTo",

Powered by Google App Engine
This is Rietveld 408576698