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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-and-subresources-with-cert-errors-expected.txt

Issue 2286553002: DevTools security panel: explain subresources with cert errors separately (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: some missed renames Created 4 years, 4 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-and-subresources-with-cert-errors-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-and-subresources-with-cert-errors-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..68ab4f9dc005a597913fcc28ea5e988c9f99a616
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/mixed-content-and-subresources-with-cert-errors-expected.txt
@@ -0,0 +1,57 @@
+Tests addition of explanation when there was both mixed content and subresources were loaded with certificate errors.
+
+<DIV class=security-explanation security-explanation-insecure >
+ <DIV class=security-property security-property-insecure >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Active Mixed Content
+ </DIV>
+ <DIV >
+You have recently allowed insecure content (such as scripts or iframes) to run on this site.
+ </DIV>
+ <DIV class=security-mixed-content link >
+View requests in Network Panel
+ </DIV>
+ </DIV>
+</DIV>
+<DIV class=security-explanation security-explanation-neutral >
+ <DIV class=security-property security-property-neutral >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Mixed Content
+ </DIV>
+ <DIV >
+The site includes HTTP resources.
+ </DIV>
+ <DIV class=security-mixed-content link >
+View requests in Network Panel
+ </DIV>
+ </DIV>
+</DIV>
+<DIV class=security-explanation security-explanation-insecure >
+ <DIV class=security-property security-property-insecure >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Active content with certificate errors
+ </DIV>
+ <DIV >
+You have recently allowed content loaded with certificate errors (such as scripts or iframes) to run on this site.
+ </DIV>
+ </DIV>
+</DIV>
+<DIV class=security-explanation security-explanation-neutral >
+ <DIV class=security-property security-property-neutral >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Content with certificate errors
+ </DIV>
+ <DIV >
+This site includes resources that were loaded with certificate errors.
+ </DIV>
+ </DIV>
+</DIV>
+

Powered by Google App Engine
This is Rietveld 408576698