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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt

Issue 1360233007: bindings: Moves event handlers and methods of Window to the instance object. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
index a7bd4bca6c321ecfccf134d2df7f9268307bbf5c..3ccaa670c4f2918a7a8c40d06cdc0d32c1c9cde9 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-getOwnPropertyDescriptor-expected.txt
@@ -130,9 +130,10 @@ PASS: canGetDescriptor(targetWindow, 'scrollTo') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'setInterval') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'setTimeout') should be 'false' and is.
PASS: canGetDescriptor(targetWindow, 'stop') should be 'false' and is.
-PASS: canGetDescriptor(targetWindow, 'blur') should be 'false' and is.
-PASS: canGetDescriptor(targetWindow, 'close') should be 'false' and is.
-PASS: canGetDescriptor(targetWindow, 'focus') should be 'false' and is.
+PASS: canGetDescriptor(targetWindow, 'blur') should be 'true' and is.
+PASS: canGetDescriptor(targetWindow, 'close') should be 'true' and is.
+PASS: canGetDescriptor(targetWindow, 'focus') should be 'true' and is.
+PASS: canGetDescriptor(targetWindow, 'postMessage') should be 'true' and is.
----- tests for getting of not allowed Attributes -----

Powered by Google App Engine
This is Rietveld 408576698