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

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: Add some tests. Created 4 years, 6 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
(Empty)
1 Tests that info explanations are placed after regular explanations.
2
3 <DIV class=security-explanation security-explanation-info >
4 <DIV class=security-property security-property-info >
5 </DIV>
6 <DIV class=security-explanation-text >
7 <DIV class=security-explanation-title >
8 Obsolete Connection Settings
9 </DIV>
10 <DIV >
11 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).
12 </DIV>
13 </DIV>
14 </DIV>
15 <DIV class=security-explanation security-explanation-secure >
16 <DIV class=security-property security-property-secure >
17 </DIV>
18 <DIV class=security-explanation-text >
19 <DIV class=security-explanation-title >
20 Valid Certificate
21 </DIV>
22 <DIV >
23 The connection to this site is using a valid, trusted server certificate.
24 </DIV>
25 <BUTTON is=text-button type=button class=security-certificate-button >
26 View certificate
27 <#document-fragment >
28 <STYLE type=text/css >
29 </STYLE>
30 <STYLE type=text/css >
31 </STYLE>
32 <STYLE type=text/css >
33 </STYLE>
34 <CONTENT >
35 </CONTENT>
36 </#document-fragment>
37 </BUTTON>
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 >
45 Secure Resources
46 </DIV>
47 <DIV >
48 All resources on this page are served securely.
49 </DIV>
50 </DIV>
51 </DIV>
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698