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

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

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

Powered by Google App Engine
This is Rietveld 408576698