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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-details-updated-with-security-state-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-details-updated-with-security-state-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-details-updated-with-security-state-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..66d746cc0b4dd26cfdc776be8967e3d83fe3c504
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/security/security-details-updated-with-security-state-expected.txt
@@ -0,0 +1,136 @@
+Tests that the security details for an origin are updated if its security state changes.
+
+Sidebar Origins --------------------------------
+Group: Main Origin
+Group: Secure Origins
+<SPAN class=title >
+https://foo.test
+</SPAN>
+Group: Unknown / Canceled
+<SPAN class=title >
+https://bar.test
+</SPAN>
+Origin view ------------------------------------
+<DIV class=widget vbox security-origin-view insertion-point-main >
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <DIV class=title-section >
+ <DIV class=origin-display >
+ <SPAN class=security-property security-property-secure >
+ </SPAN>
+ <SPAN class=origin >
+https://foo.test
+ </SPAN>
+ </DIV>
+ <DIV class=link >
+View requests in Network Panel
+ </DIV>
+ </DIV>
+ <DIV class=origin-view-section >
+ <DIV class=origin-view-section-title >
+Connection
+ </DIV>
+ <TABLE class=details-table >
+ <DIV class=details-table-row >
+ <DIV >
+Protocol
+ </DIV>
+ <DIV >
+TLS 1.2
+ </DIV>
+ </DIV>
+ <DIV class=details-table-row >
+ <DIV >
+Key Exchange
+ </DIV>
+ <DIV >
+Key_Exchange
+ </DIV>
+ </DIV>
+ <DIV class=details-table-row >
+ <DIV >
+Cipher
+ </DIV>
+ <DIV >
+Cypher with Mac
+ </DIV>
+ </DIV>
+ </TABLE>
+ </DIV>
+ <DIV class=origin-view-section >
+ <DIV class=origin-view-section-title >
+Certificate
+ </DIV>
+ <TABLE class=details-table >
+ <DIV class=details-table-row >
+ <DIV >
+Subject
+ </DIV>
+ <DIV >
+foo.test
+ </DIV>
+ </DIV>
+ <DIV class=details-table-row >
+ <DIV >
+SAN
+ </DIV>
+ <DIV >
+ <DIV >
+ <SPAN class=san-entry >
+foo.test
+ </SPAN>
+ <SPAN class=san-entry >
+*.test
+ </SPAN>
+ </DIV>
+ </DIV>
+ </DIV>
+ <DIV class=details-table-row >
+ <DIV >
+Valid From
+ </DIV>
+ <DIV >
+Mon, 20 Mar 2017 08:53:20 GMT
+ </DIV>
+ </DIV>
+ <DIV class=details-table-row >
+ <DIV >
+Valid Until
+ </DIV>
+ <DIV >
+Wed, 18 May 2033 03:33:20 GMT
+ </DIV>
+ </DIV>
+ <DIV class=details-table-row >
+ <DIV >
+Issuer
+ </DIV>
+ <DIV >
+Super CA
+ </DIV>
+ </DIV>
+ <DIV class=details-table-row >
+ <DIV >
+ </DIV>
+ <DIV >
+ <BUTTON is=text-button type=button class=security-certificate-button >
+Open full certificate details
+ <#document-fragment >
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <STYLE type=text/css >
+ </STYLE>
+ <CONTENT >
+ </CONTENT>
+ </#document-fragment>
+ </BUTTON>
+ </DIV>
+ </DIV>
+ </TABLE>
+ </DIV>
+</DIV>
+

Powered by Google App Engine
This is Rietveld 408576698