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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-active-and-passive-reload-expected.txt

Issue 2354873003: DevTools security panel: prompt user to reload for mixed requests (Closed)
Patch Set: add a test that includes active mixed content 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: third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-active-and-passive-reload-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-and-subresources-with-cert-errors-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-active-and-passive-reload-expected.txt
similarity index 69%
copy from third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-and-subresources-with-cert-errors-expected.txt
copy to third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-active-and-passive-reload-expected.txt
index a3fe7db81f8e00ce1ddcf5caed205c95d4adcbcf..fea8689dfd8608854ed23220aab2d046fb754710 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-and-subresources-with-cert-errors-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-active-and-passive-reload-expected.txt
@@ -1,4 +1,4 @@
-Tests addition of explanation when there was both mixed content and subresources were loaded with certificate errors.
+Tests that the active and pasive mixed content explanations prompt the user to refresh when there are no recorded requests, and link to the network panel when there are recorded requests.
<DIV class=security-explanation security-explanation-insecure >
<DIV class=security-property security-property-insecure >
@@ -10,8 +10,8 @@ Active Mixed Content
<DIV >
You have recently allowed non-secure content (such as scripts or iframes) to run on this site.
</DIV>
- <DIV class=security-mixed-content link >
-View requests in Network Panel
+ <DIV class=security-mixed-content >
+Reload the page to record requests for HTTP resources.
</DIV>
</DIV>
</DIV>
@@ -25,8 +25,8 @@ Mixed Content
<DIV >
The site includes HTTP resources.
</DIV>
- <DIV class=security-mixed-content link >
-View requests in Network Panel
+ <DIV class=security-mixed-content >
+Reload the page to record requests for HTTP resources.
</DIV>
</DIV>
</DIV>
@@ -35,10 +35,13 @@ View requests in Network Panel
</DIV>
<DIV class=security-explanation-text >
<DIV class=security-explanation-title >
-Active content with certificate errors
+Active Mixed Content
</DIV>
<DIV >
-You have recently allowed content loaded with certificate errors (such as scripts or iframes) to run on this site.
+You have recently allowed non-secure content (such as scripts or iframes) to run on this site.
+ </DIV>
+ <DIV class=security-mixed-content link >
+View 1 request in Network Panel
</DIV>
</DIV>
</DIV>
@@ -47,10 +50,13 @@ You have recently allowed content loaded with certificate errors (such as script
</DIV>
<DIV class=security-explanation-text >
<DIV class=security-explanation-title >
-Content with certificate errors
+Mixed Content
</DIV>
<DIV >
-This site includes resources that were loaded with certificate errors.
+The site includes HTTP resources.
+ </DIV>
+ <DIV class=security-mixed-content link >
+View 1 request in Network Panel
</DIV>
</DIV>
</DIV>

Powered by Google App Engine
This is Rietveld 408576698