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

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

Issue 2118583003: Display when PKP is bypassed in devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments Created 4 years, 5 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-secure >
4 <DIV class=security-property security-property-secure >
5 </DIV>
6 <DIV class=security-explanation-text >
7 <DIV class=security-explanation-title >
8 Valid Certificate
9 </DIV>
10 <DIV >
11 The connection to this site is using a valid, trusted server certificate.
12 </DIV>
13 <BUTTON is=text-button type=button class=security-certificate-button >
14 View certificate
15 <#document-fragment >
16 <STYLE type=text/css >
17 </STYLE>
18 <STYLE type=text/css >
19 </STYLE>
20 <STYLE type=text/css >
21 </STYLE>
22 <CONTENT >
23 </CONTENT>
24 </#document-fragment>
25 </BUTTON>
26 </DIV>
27 </DIV>
28 <DIV class=security-explanation security-explanation-secure >
29 <DIV class=security-property security-property-secure >
30 </DIV>
31 <DIV class=security-explanation-text >
32 <DIV class=security-explanation-title >
33 Secure Resources
34 </DIV>
35 <DIV >
36 All resources on this page are served securely.
37 </DIV>
38 </DIV>
39 </DIV>
40 <DIV class=security-explanation security-explanation-info >
41 <DIV class=security-property security-property-info >
42 </DIV>
43 <DIV class=security-explanation-text >
44 <DIV class=security-explanation-title >
45 Public-Key Pinning Bypassed
46 </DIV>
47 <DIV >
48 Public-key pinning was bypassed by a local root certificate.
49 </DIV>
50 </DIV>
51 </DIV>
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698