Chromium Code Reviews| 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..27d4d8640bc03bb8101f5c1673f13967a909fceb 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. |
|
Łukasz Anforowicz
2016/05/25 22:35:30
nit: Could you add a reference to https://crbug.co
dgozman
2016/05/25 23:10:49
Done.
|
| + testRunner.setDumpConsoleMessages(false); |
| testRunner.waitUntilDone(); |
| } |