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

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

Issue 1727133002: Expose TLS settings in the Security panel overview, and call out individual obsolete settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also check that connection_status is not zero, which is the case for 3 browser tests. 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12 matching lines...) Expand all
23 </CONTENT> 23 </CONTENT>
24 </#document-fragment> 24 </#document-fragment>
25 </BUTTON> 25 </BUTTON>
26 </DIV> 26 </DIV>
27 </DIV> 27 </DIV>
28 <DIV class=security-explanation security-explanation-secure > 28 <DIV class=security-explanation security-explanation-secure >
29 <DIV class=security-property security-property-secure > 29 <DIV class=security-property security-property-secure >
30 </DIV> 30 </DIV>
31 <DIV class=security-explanation-text > 31 <DIV class=security-explanation-text >
32 <DIV class=security-explanation-title > 32 <DIV class=security-explanation-title >
33 Obsolete Connection Settings
34 </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).
37 </DIV>
38 </DIV>
39 </DIV>
40 <DIV class=security-explanation security-explanation-secure >
41 <DIV class=security-property security-property-secure >
42 </DIV>
43 <DIV class=security-explanation-text >
44 <DIV class=security-explanation-title >
33 Secure Resources 45 Secure Resources
34 </DIV> 46 </DIV>
35 <DIV > 47 <DIV >
36 All resources on this page are served securely. 48 All resources on this page are served securely.
37 </DIV> 49 </DIV>
38 </DIV> 50 </DIV>
39 </DIV> 51 </DIV>
40 <DIV class=security-explanation security-explanation-info > 52 <DIV class=security-explanation security-explanation-info >
41 <DIV class=security-property security-property-info > 53 <DIV class=security-property security-property-info >
42 </DIV> 54 </DIV>
43 <DIV class=security-explanation-text > 55 <DIV class=security-explanation-text >
44 <DIV class=security-explanation-title > 56 <DIV class=security-explanation-title >
45 Public-Key Pinning Bypassed 57 Public-Key Pinning Bypassed
46 </DIV> 58 </DIV>
47 <DIV > 59 <DIV >
48 Public-key pinning was bypassed by a local root certificate. 60 Public-key pinning was bypassed by a local root certificate.
49 </DIV> 61 </DIV>
50 </DIV> 62 </DIV>
51 </DIV> 63 </DIV>
52 64
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/security/security-explanation-ordering.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698