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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-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-getOwnPropertyDescriptor-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
index acc0301d0cde86b2cf5f0fe38a0f8ffa0fa72b3e..617012e9c94c73345e27cce7b6b98cae1585ca80 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
@@ -112,6 +112,7 @@ PASS: canGetDescriptor(targetWindow, 'addEventListener') should be 'false' and i
PASS: canGetDescriptor(targetWindow, 'alert') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'atob') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'btoa') should be 'false' and is.
+PASS: canGetDescriptor(targetWindow, 'captureEvents') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'clearInterval') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'clearTimeout') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'confirm') should be 'false' and is.
@@ -124,6 +125,7 @@ PASS: canGetDescriptor(targetWindow, 'moveTo') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'open') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'print') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'prompt') should be 'false' and is.
+PASS: canGetDescriptor(targetWindow, 'releaseEvents') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'removeEventListener') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'resizeBy') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'resizeTo') should be 'false' and is.

Powered by Google App Engine
This is Rietveld 408576698