| Index: third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin.html b/third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin.html
|
| index c58d58914e873c5108b93aadfb89417153aeafe0..deac5ae2a4e688c49ba8a9982a48685536626e4d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin.html
|
| @@ -5,6 +5,8 @@
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| + // We have different console output in --site-per-process mode. See https://crbug.com/614413.
|
| + testRunner.setDumpConsoleMessages(false);
|
| testRunner.waitUntilDone();
|
| }
|
|
|
|
|