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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Tests active mixed content blocking in the security panel when page is classifie d as malicious.
2
3 <DIV class=security-summary-text >
4 Test: Summary Override Text
5 </DIV>
6 <DIV class=security-explanation security-explanation-secure >
7 <DIV class=security-property security-property-secure >
8 </DIV>
9 <DIV class=security-explanation-text >
10 <DIV class=security-explanation-title >
11 Secure Resources
12 </DIV>
13 <DIV >
14 All resources on this page are served securely.
15 </DIV>
16 </DIV>
17 </DIV>
18 <DIV class=security-explanation security-explanation-info >
19 <DIV class=security-property security-property-info >
20 </DIV>
21 <DIV class=security-explanation-text >
22 <DIV class=security-explanation-title >
23 Blocked mixed content
24 </DIV>
25 <DIV >
26 Your page requested non-secure resources that were blocked.
27 </DIV>
28 <DIV class=security-mixed-content link >
29 View 1 request in Network Panel
30 </DIV>
31 </DIV>
32 </DIV>
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698