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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-set-window-properties-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
Index: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-set-window-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-set-window-properties-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-set-window-properties-expected.txt
index 9d5bc8fbf4153dfee9a819ca1b45c96e6073409b..2faac1edfd35145a0b8d5e26d19310759f94c43d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-set-window-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-set-window-properties-expected.txt
@@ -20,7 +20,7 @@ PASS iWindow.locationbar = 1; threw exception SecurityError: Blocked a frame wit
PASS iWindow.menubar = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
PASS iWindow.navigator = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
PASS iWindow.offscreenBuffering = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
-PASS iWindow.opener = 1; threw exception SecurityError: Failed to set the 'opener' property on 'Window': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
+PASS iWindow.opener = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
PASS iWindow.outerHeight = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
PASS iWindow.outerWidth = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..
PASS iWindow.parent = 1; threw exception SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame..

Powered by Google App Engine
This is Rietveld 408576698