| Index: third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.html b/third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.html
|
| index b87e9b096a965e023b250202fcc3034d048fb0e1..f3b90df1389d4616876bddcea566820438dafe0c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.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();
|
| }
|
|
|
|
|