| Index: third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-dispatchEvent-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-dispatchEvent-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-dispatchEvent-expected.txt
|
| index 36b146290b63fb972ff8b1d6d9fad1d7e9022cb4..589326295d1eae848a50b72ad74a92fd9a54ec7b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-dispatchEvent-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/cross-frame-access-dispatchEvent-expected.txt
|
| @@ -1,6 +1,6 @@
|
|
|
| PASS: targetWindow.dispatchEvent(new CustomEvent("click")); should have thrown an exception, and did: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
|
| -PASS: window.dispatchEvent.call(targetWindow, new CustomEvent("click")); should have thrown an exception, and did: SecurityError: Failed to execute 'dispatchEvent' on 'EventTarget': Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
|
| +PASS: window.dispatchEvent.call(targetWindow, new CustomEvent("click")); should have thrown an exception, and did: SecurityError: Blocked a frame with origin "http://127.0.0.1:8000" from accessing a cross-origin frame.
|
|
|
|
|
| --------
|
|
|