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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-open-parent.html

Issue 2346643002: Fix framebusting tests for --site-per-process (Closed)
Patch Set: Created 4 years, 3 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/xss-DENIED-window-open-parent.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-open-parent.html b/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-open-parent.html
index 248587cf3cc7e61b4ec27985f23ef35ffee459f3..b85893180dbcd6147e49efabfc64b2e85a049fb4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-open-parent.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-window-open-parent.html
@@ -3,6 +3,7 @@
<script>
if (window.testRunner) {
testRunner.dumpAsText();
+ testRunner.setDumpConsoleMessages(false);
testRunner.waitUntilDone();
}

Powered by Google App Engine
This is Rietveld 408576698