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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/postMessage/invalid-origin-throws-exception.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: bug reference 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/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();
}

Powered by Google App Engine
This is Rietveld 408576698