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

Unified Diff: chrome/test/data/ssl/page_with_frame.html

Issue 2410043003: Add a console messsage for HTTP-bad (Closed)
Patch Set: de-const other WebContentsDelegates Created 4 years, 2 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: chrome/test/data/ssl/page_with_frame.html
diff --git a/chrome/test/data/ssl/page_with_frame.html b/chrome/test/data/ssl/page_with_frame.html
new file mode 100644
index 0000000000000000000000000000000000000000..69f4c77fe13190f79f8393bee26383d31f347613
--- /dev/null
+++ b/chrome/test/data/ssl/page_with_frame.html
@@ -0,0 +1,7 @@
+<html>
+ <head><title>This is a test page with frames</title>
+ </head>
+ <body>
+ <iframe name="navFrame" src="/title1.html" id="navFrame"></iframe>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698