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

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

Issue 1503453002: LayoutTests: fix cross-frame-access-enumeration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration.html ('k') | no next file » | 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 a8e72b0249f753d23d00360f2a362c60f27fa3c0..b0699c324803c2e7a6fa1dc7cbb7d05d70f2e465 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 no keys.
+PASS: Cross frame access by getting the keys of the Location object revealed only whitelisted keys.
PASS: Cross frame access by getting the property names of the Location object revealed no custom properties.
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-enumeration.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698