Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/synchronous-frame-load-in-javascript-url-inherits-correct-origin-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/synchronous-frame-load-in-javascript-url-inherits-correct-origin-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/synchronous-frame-load-in-javascript-url-inherits-correct-origin-expected.txt |
| index 1b23574adfec2c4f9bfcef148cfd6748cd5852f1..bddbd0d33c830e52d1959413dea8d62597e29932 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/security/synchronous-frame-load-in-javascript-url-inherits-correct-origin-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/synchronous-frame-load-in-javascript-url-inherits-correct-origin-expected.txt |
| @@ -1,4 +1,4 @@ |
| -ALERT: http://127.0.0.1:8000/security/synchronous-frame-load-in-javascript-url-inherits-correct-origin.html |
| -This test passes if the alerted location is the same origin as the main frame. |
| +CONSOLE ERROR: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a frame with origin "http://localhost:8080". Protocols, domains, and ports must match. |
|
dcheng
2016/03/31 06:59:23
This changes back to the original expected result
|
| +This test passes if there's no alert dialog. |