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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-details-updated-with-security-state-expected.txt

Issue 2763563003: [DevTools] Update SecurityDetails in Security panel if State changes (Closed)
Patch Set: Created 3 years, 9 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 the security details for an origin are updated if its security state changes.
2
3 Sidebar Origins --------------------------------
4 Group: Main Origin
5 Group: Secure Origins
6 <SPAN class=title >
7 https://foo.test
8 </SPAN>
9 Group: Unknown / Canceled
10 <SPAN class=title >
11 https://bar.test
12 </SPAN>
13 Origin view ------------------------------------
14 <DIV class=widget vbox security-origin-view insertion-point-main >
15 <STYLE type=text/css >
16 </STYLE>
17 <STYLE type=text/css >
18 </STYLE>
19 <DIV class=title-section >
20 <DIV class=origin-display >
21 <SPAN class=security-property security-property-secure >
22 </SPAN>
23 <SPAN class=origin >
24 https://foo.test
25 </SPAN>
26 </DIV>
27 <DIV class=link >
28 View requests in Network Panel
29 </DIV>
30 </DIV>
31 <DIV class=origin-view-section >
32 <DIV class=origin-view-section-title >
33 Connection
34 </DIV>
35 <TABLE class=details-table >
36 <DIV class=details-table-row >
37 <DIV >
38 Protocol
39 </DIV>
40 <DIV >
41 TLS 1.2
42 </DIV>
43 </DIV>
44 <DIV class=details-table-row >
45 <DIV >
46 Key Exchange
47 </DIV>
48 <DIV >
49 Key_Exchange
50 </DIV>
51 </DIV>
52 <DIV class=details-table-row >
53 <DIV >
54 Cipher
55 </DIV>
56 <DIV >
57 Cypher with Mac
58 </DIV>
59 </DIV>
60 </TABLE>
61 </DIV>
62 <DIV class=origin-view-section >
63 <DIV class=origin-view-section-title >
64 Certificate
65 </DIV>
66 <TABLE class=details-table >
67 <DIV class=details-table-row >
68 <DIV >
69 Subject
70 </DIV>
71 <DIV >
72 foo.test
73 </DIV>
74 </DIV>
75 <DIV class=details-table-row >
76 <DIV >
77 SAN
78 </DIV>
79 <DIV >
80 <DIV >
81 <SPAN class=san-entry >
82 foo.test
83 </SPAN>
84 <SPAN class=san-entry >
85 *.test
86 </SPAN>
87 </DIV>
88 </DIV>
89 </DIV>
90 <DIV class=details-table-row >
91 <DIV >
92 Valid From
93 </DIV>
94 <DIV >
95 Mon, 20 Mar 2017 08:53:20 GMT
96 </DIV>
97 </DIV>
98 <DIV class=details-table-row >
99 <DIV >
100 Valid Until
101 </DIV>
102 <DIV >
103 Wed, 18 May 2033 03:33:20 GMT
104 </DIV>
105 </DIV>
106 <DIV class=details-table-row >
107 <DIV >
108 Issuer
109 </DIV>
110 <DIV >
111 Super CA
112 </DIV>
113 </DIV>
114 <DIV class=details-table-row >
115 <DIV >
116 </DIV>
117 <DIV >
118 <BUTTON is=text-button type=button class=security-certificat e-button >
119 Open full certificate details
120 <#document-fragment >
121 <STYLE type=text/css >
122 </STYLE>
123 <STYLE type=text/css >
124 </STYLE>
125 <STYLE type=text/css >
126 </STYLE>
127 <CONTENT >
128 </CONTENT>
129 </#document-fragment>
130 </BUTTON>
131 </DIV>
132 </DIV>
133 </TABLE>
134 </DIV>
135 </DIV>
136
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698