Index: LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-event-exception-expected.txt |
diff --git a/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-event-exception-expected.txt b/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-event-exception-expected.txt |
index 2c055e774d57e9ef281c8d3c3c6b11082e1b9326..8564c0c77be4ea7f6f7d6d866aa005ace0c41fe8 100644 |
--- a/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-event-exception-expected.txt |
+++ b/LayoutTests/http/tests/security/suborigins/crossorigin/suborigin-cross-origin-window-event-exception-expected.txt |
@@ -1,14 +1,10 @@ |
-CONSOLE ERROR: Unrecognized Content-Security-Policy directive 'suborigin'. |
- |
-CONSOLE ERROR: Unrecognized Content-Security-Policy directive 'suborigin'. |
- |
Cross-origin access to 'window.event' should throw a SecurityError. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-FAIL frame.contentWindow.event should throw SecurityError: Blocked a frame with origin "suborigin+foobar+http://127.0.0.1:8000" from accessing a cross-origin frame.. Was undefined. |
-FAIL frame.contentWindow.event = 1; should throw SecurityError: Blocked a frame with origin "suborigin+foobar+http://127.0.0.1:8000" from accessing a cross-origin frame.. Was 1. |
+FAIL frame.contentWindow.event should throw SecurityError: Blocked a frame with origin "http://foobar_127.0.0.1:8000" from accessing a cross-origin frame.. Was undefined. |
+FAIL frame.contentWindow.event = 1; should throw SecurityError: Blocked a frame with origin "http://foobar_127.0.0.1:8000" from accessing a cross-origin frame.. Was 1. |
PASS successfullyParsed is true |
TEST COMPLETE |