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

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

Issue 2439013002: Implement cross-origin attributes using access check interceptors. (Closed)
Patch Set: . Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt
index b0699c324803c2e7a6fa1dc7cbb7d05d70f2e465..1b5abb3406e73cbdc16e1a91e60abf9a8681d97a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration-expected.txt
@@ -5,6 +5,6 @@ PASS: Cross frame access by enumerating the window object was denied.
PASS: Cross frame access by getting the keys of the window object was denied.
PASS: Cross frame access by getting the property names of the window object was denied.
PASS: Cross frame access by enumerating the Location object revealed no properties.
-PASS: Cross frame access by getting the keys of the Location object revealed only whitelisted keys.
+FAIL: Cross frame access by getting the keys of the Location object returned non-whitelisted key: href
PASS: Cross frame access by getting the property names of the Location object revealed no custom properties.
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698