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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering-expected.txt

Issue 2881513003: DevTools: Convert Security Panel to Sentence case (Closed)
Patch Set: Fix hardcoded UnitTest 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 that info explanations are placed after regular explanations. 1 Tests that info explanations are placed after regular explanations.
2 2
3 <DIV class=security-explanation security-explanation-secure > 3 <DIV class=security-explanation security-explanation-secure >
4 <DIV class=security-property security-property-secure > 4 <DIV class=security-property security-property-secure >
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 Valid Certificate 8 Valid Certificate
9 </DIV> 9 </DIV>
10 <DIV > 10 <DIV >
(...skipping 24 matching lines...) Expand all
35 <DIV > 35 <DIV >
36 The connection to this site uses a strong protocol (TLS 1.2), a strong key excha nge (ECDHE_RSA), and an obsolete cipher (AES_256_CBC with HMAC-SHA1). 36 The connection to this site uses a strong protocol (TLS 1.2), a strong key excha nge (ECDHE_RSA), and an obsolete cipher (AES_256_CBC with HMAC-SHA1).
37 </DIV> 37 </DIV>
38 </DIV> 38 </DIV>
39 </DIV> 39 </DIV>
40 <DIV class=security-explanation security-explanation-secure > 40 <DIV class=security-explanation security-explanation-secure >
41 <DIV class=security-property security-property-secure > 41 <DIV class=security-property security-property-secure >
42 </DIV> 42 </DIV>
43 <DIV class=security-explanation-text > 43 <DIV class=security-explanation-text >
44 <DIV class=security-explanation-title > 44 <DIV class=security-explanation-title >
45 Secure Resources 45 Secure resources
46 </DIV> 46 </DIV>
47 <DIV > 47 <DIV >
48 All resources on this page are served securely. 48 All resources on this page are served securely.
49 </DIV> 49 </DIV>
50 </DIV> 50 </DIV>
51 </DIV> 51 </DIV>
52 <DIV class=security-explanation security-explanation-info > 52 <DIV class=security-explanation security-explanation-info >
53 <DIV class=security-property security-property-info > 53 <DIV class=security-property security-property-info >
54 </DIV> 54 </DIV>
55 <DIV class=security-explanation-text > 55 <DIV class=security-explanation-text >
56 <DIV class=security-explanation-title > 56 <DIV class=security-explanation-title >
57 Public-Key Pinning Bypassed 57 Public-Key Pinning Bypassed
58 </DIV> 58 </DIV>
59 <DIV > 59 <DIV >
60 Public-key pinning was bypassed by a local root certificate. 60 Public-key pinning was bypassed by a local root certificate.
61 </DIV> 61 </DIV>
62 </DIV> 62 </DIV>
63 </DIV> 63 </DIV>
64 64
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698