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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-put-expected.txt

Issue 174073007: Remove deprecated window.showModalDialog() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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-put-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
index 434c5e8d02feb7d5eaee208d00828109a2a4e8a1..737ae595a01c720c7a7c90a53a08849d55b663be 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
@@ -186,7 +186,6 @@ ALERT: PASS: window.scrollBy should be 'function scrollBy() { [native code] }' a
ALERT: PASS: window.scrollTo should be 'function scrollTo() { [native code] }' and is.
ALERT: PASS: window.setInterval should be 'function setInterval() { [native code] }' and is.
ALERT: PASS: window.setTimeout should be 'function setTimeout() { [native code] }' and is.
-ALERT: PASS: window.showModalDialog matched the expected value.
ALERT: PASS: window.stop should be 'function stop() { [native code] }' and is.
This test checks cross-frame access security of window attribute setters (rdar://problem/5326791).
@@ -376,7 +375,6 @@ PASS: Unable to set property scrollBy: SecurityError: Blocked a frame with origi
PASS: Unable to set property scrollTo: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property setInterval: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property setTimeout: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
-PASS: Unable to set property showModalDialog: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
PASS: Unable to set property stop: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
MAIN WINDOW: !!-- Test ended--!!

Powered by Google App Engine
This is Rietveld 408576698