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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/blocked-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, 3 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 unified diff | Download patch
OLDNEW
1 Tests active mixed content blocking in the security panel. 1 Tests active mixed content blocking in the security panel, along with subresourc es with cert errors.
2 2
3 <DIV class=security-explanation security-explanation-secure > 3 <DIV class=security-explanation security-explanation-neutral >
4 <DIV class=security-property security-property-secure > 4 <DIV class=security-property security-property-neutral >
5 </DIV> 5 </DIV>
6 <DIV class=security-explanation-text > 6 <DIV class=security-explanation-text >
7 <DIV class=security-explanation-title > 7 <DIV class=security-explanation-title >
8 Secure Resources 8 Content with certificate errors
9 </DIV> 9 </DIV>
10 <DIV > 10 <DIV >
11 All resources on this page are served securely. 11 This site includes resources that were loaded with certificate errors.
12 </DIV> 12 </DIV>
13 </DIV> 13 </DIV>
14 </DIV> 14 </DIV>
15 <DIV class=security-explanation security-explanation-info > 15 <DIV class=security-explanation security-explanation-info >
16 <DIV class=security-property security-property-info > 16 <DIV class=security-property security-property-info >
17 </DIV> 17 </DIV>
18 <DIV class=security-explanation-text > 18 <DIV class=security-explanation-text >
19 <DIV class=security-explanation-title > 19 <DIV class=security-explanation-title >
20 Blocked mixed content 20 Blocked mixed content
21 </DIV> 21 </DIV>
22 <DIV > 22 <DIV >
23 Your page requested insecure resources that were blocked. 23 Your page requested insecure resources that were blocked.
24 </DIV> 24 </DIV>
25 <DIV class=security-mixed-content link > 25 <DIV class=security-mixed-content link >
26 View 1 request in Network Panel 26 View 1 request in Network Panel
27 </DIV> 27 </DIV>
28 </DIV> 28 </DIV>
29 </DIV> 29 </DIV>
30 <DIV class=security-explanation security-explanation-secure >
31 <DIV class=security-property security-property-secure >
32 </DIV>
33 <DIV class=security-explanation-text >
34 <DIV class=security-explanation-title >
35 Secure Resources
36 </DIV>
37 <DIV >
38 All resources on this page are served securely.
39 </DIV>
40 </DIV>
41 </DIV>
42 30
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698