summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/ssl')
-rw-r--r--chrome/test/data/ssl/page_displays_mixed_content.html (renamed from chrome/test/data/ssl/page_with_mixed_contents.html)2
-rw-r--r--chrome/test/data/ssl/page_runs_mixed_content.html (renamed from chrome/test/data/ssl/page_with_http_script.html)2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/data/ssl/page_with_mixed_contents.html b/chrome/test/data/ssl/page_displays_mixed_content.html
index b19730a..479fb3b 100644
--- a/chrome/test/data/ssl/page_with_mixed_contents.html
+++ b/chrome/test/data/ssl/page_displays_mixed_content.html
@@ -1,5 +1,5 @@
<html>
-<head><title>Page with mixed contents</title>
+<head><title>Page that displays mixed content</title>
<script>
function ImageWidth() {
return document.getElementById("bad_image").width;
diff --git a/chrome/test/data/ssl/page_with_http_script.html b/chrome/test/data/ssl/page_runs_mixed_content.html
index d0719c4..9e8f18e 100644
--- a/chrome/test/data/ssl/page_with_http_script.html
+++ b/chrome/test/data/ssl/page_runs_mixed_content.html
@@ -1,5 +1,5 @@
<html>
-<head><title>Page with http script</title></head>
+<head><title>Page that runs mixed content</title></head>
<body>
This page contains an script which is served over an http connection,
causing mixed contents (when this page is loaded over https).<br>