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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-and-malicious-expected.txt

Issue 2542533004: Override DevTools security summary when a Safe Browsing warning shows. (Closed)
Patch Set: Address review feedback Created 4 years 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/security-blocked-mixed-content-and-malicious-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-and-malicious-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-and-malicious-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..27c335a94ccfb70699018b79aa0566e77111a867
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-blocked-mixed-content-and-malicious-expected.txt
@@ -0,0 +1,33 @@
+Tests active mixed content blocking in the security panel when page is classified as malicious.
+
+<DIV class=security-summary-text >
+Test: Summary Override Text
+</DIV>
+<DIV class=security-explanation security-explanation-secure >
+ <DIV class=security-property security-property-secure >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Secure Resources
+ </DIV>
+ <DIV >
+All resources on this page are served securely.
+ </DIV>
+ </DIV>
+</DIV>
+<DIV class=security-explanation security-explanation-info >
+ <DIV class=security-property security-property-info >
+ </DIV>
+ <DIV class=security-explanation-text >
+ <DIV class=security-explanation-title >
+Blocked mixed content
+ </DIV>
+ <DIV >
+Your page requested non-secure resources that were blocked.
+ </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