diff options
Diffstat (limited to 'chrome/test/data')
-rw-r--r-- | chrome/test/data/ssl/page_displays_insecure_content.html (renamed from chrome/test/data/ssl/page_displays_mixed_content.html) | 4 | ||||
-rw-r--r-- | chrome/test/data/ssl/page_runs_insecure_content.html (renamed from chrome/test/data/ssl/page_runs_mixed_content.html) | 4 | ||||
-rw-r--r-- | chrome/test/data/ssl/page_with_dynamic_insecure_content.html (renamed from chrome/test/data/ssl/page_with_dynamic_mixed_contents.html) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chrome/test/data/ssl/page_displays_mixed_content.html b/chrome/test/data/ssl/page_displays_insecure_content.html index 479fb3b..626261b 100644 --- a/chrome/test/data/ssl/page_displays_mixed_content.html +++ b/chrome/test/data/ssl/page_displays_insecure_content.html @@ -1,5 +1,5 @@ <html> -<head><title>Page that displays mixed content</title> +<head><title>Page that displays insecure content</title> <script> function ImageWidth() { return document.getElementById("bad_image").width; @@ -8,7 +8,7 @@ </head> <body> This page contains an image which is served over an http connection, -causing mixed contents (when this page is loaded over https).<br> +causing insecure content (when this page is loaded over https).<br> <img id="bad_image" src="http://localhost:1337/files/ssl/google_files/logo.gif"/> </body> diff --git a/chrome/test/data/ssl/page_runs_mixed_content.html b/chrome/test/data/ssl/page_runs_insecure_content.html index 9e8f18e..6893197 100644 --- a/chrome/test/data/ssl/page_runs_mixed_content.html +++ b/chrome/test/data/ssl/page_runs_insecure_content.html @@ -1,8 +1,8 @@ <html> -<head><title>Page that runs mixed content</title></head> +<head><title>Page that runs insecure 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> +causing insecure content (when this page is loaded over https).<br> <script src="http://localhost:1337/files/ssl/randomize_hash.js"></script> </body> </html> diff --git a/chrome/test/data/ssl/page_with_dynamic_mixed_contents.html b/chrome/test/data/ssl/page_with_dynamic_insecure_content.html index 9ff73bb..110b073 100644 --- a/chrome/test/data/ssl/page_with_dynamic_mixed_contents.html +++ b/chrome/test/data/ssl/page_with_dynamic_insecure_content.html @@ -1,5 +1,5 @@ <html> -<head><title>Page with dynamic mixed contents</title> +<head><title>Page with dynamic insecure content</title> <script> function loadBadImage() { @@ -22,7 +22,7 @@ </head> <body> -This page has some java-script that loads some mixed contents. +This page has some java-script that loads some insecure content. <br><br> You can also press the button below to load the image. <br> |