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

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

Issue 887223005: Skip interstitials and don't block requests for localhost SSL errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary #include Created 5 years, 10 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_subresource.html
diff --git a/chrome/test/data/ssl/page_with_subresource.html b/chrome/test/data/ssl/page_with_subresource.html
new file mode 100644
index 0000000000000000000000000000000000000000..8df316145f92fb1da971dc5f40a0c3d124e61468
--- /dev/null
+++ b/chrome/test/data/ssl/page_with_subresource.html
@@ -0,0 +1,7 @@
+<html>
+<head>
+<title>This page has a subresource</title>
+<script src="write_to_title.js" type="text/javascript"></script>
+</head>
+<body></body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698