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

Unified Diff: LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame.html

Issue 278133002: Don't save history state for frames that were initially blocked due to mixed content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame.html b/LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
index c2b9dff572ce076e424295121393832ead25258d..d320924fc573ab034a900f8473b30298105355e1 100644
--- a/LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
+++ b/LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
@@ -4,6 +4,7 @@
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
+ testRunner.dumpBackForwardList();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
}
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698