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--!! |