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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-get-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/http/tests/security/cross-frame-access-get-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
index aacb033d2771a2d39e19a4e9a51254dbfe030311..919a720cfa4f41957f103e82b8878eda03161865 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-get-expected.txt
@@ -132,6 +132,7 @@ PASS: canGet('targetWindow.addEventListener') should be 'false' and is.
PASS: canGet('targetWindow.alert') should be 'false' and is.
PASS: canGet('targetWindow.atob') should be 'false' and is.
PASS: canGet('targetWindow.btoa') should be 'false' and is.
+PASS: canGet('targetWindow.captureEvents') should be 'false' and is.
PASS: canGet('targetWindow.clearInterval') should be 'false' and is.
PASS: canGet('targetWindow.clearTimeout') should be 'false' and is.
PASS: canGet('targetWindow.confirm') should be 'false' and is.
@@ -145,6 +146,7 @@ PASS: canGet('targetWindow.moveTo') should be 'false' and is.
PASS: canGet('targetWindow.open') should be 'false' and is.
PASS: canGet('targetWindow.print') should be 'false' and is.
PASS: canGet('targetWindow.prompt') should be 'false' and is.
+PASS: canGet('targetWindow.releaseEvents') should be 'false' and is.
PASS: canGet('targetWindow.removeEventListener') should be 'false' and is.
PASS: canGet('targetWindow.resizeBy') should be 'false' and is.
PASS: canGet('targetWindow.resizeTo') should be 'false' and is.

Powered by Google App Engine
This is Rietveld 408576698