Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1566)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/postMessage/target-origin.html

Issue 2015713002: Resolve console output in postMessage tests with site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..1bbdbf586331233c2f3521a7f0d932219ffe56ba 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.
Łukasz Anforowicz 2016/05/25 22:35:30 nit: Could you add a reference to https://crbug.co
+ testRunner.setDumpConsoleMessages(false);
testRunner.waitUntilDone();
}

Powered by Google App Engine
This is Rietveld 408576698