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

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

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-expected.txt
diff --git a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
index c39f37a26b8e4c7a6104c6bb5e117951e60df20b..3b7fd6af5a2ab3cb0ad5290291463822531a7d99 100644
--- a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
+++ b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
@@ -195,6 +195,8 @@ PASS: canGet('atob') should be 'true' and is.
PASS: canSet('atob') should be 'true' and is.
PASS: canGet('btoa') should be 'true' and is.
PASS: canSet('btoa') should be 'true' and is.
+PASS: canGet('captureEvents') should be 'true' and is.
+PASS: canSet('captureEvents') should be 'true' and is.
PASS: canGet('clearInterval') should be 'true' and is.
PASS: canSet('clearInterval') should be 'true' and is.
PASS: canGet('clearTimeout') should be 'true' and is.
@@ -360,6 +362,8 @@ PASS: canGet('print') should be 'true' and is.
PASS: canSet('print') should be 'true' and is.
PASS: canGet('prompt') should be 'true' and is.
PASS: canSet('prompt') should be 'true' and is.
+PASS: canGet('releaseEvents') should be 'true' and is.
+PASS: canSet('releaseEvents') should be 'true' and is.
PASS: canGet('removeEventListener') should be 'true' and is.
PASS: canSet('removeEventListener') should be 'true' and is.
PASS: canGet('resizeBy') should be 'true' and is.

Powered by Google App Engine
This is Rietveld 408576698