chromium/third_party/blink/web_tests/http/tests/devtools/security/origin-view-ct-compliance-expected.txt

Tests that the panel includes Certificate Transparency compliance status

Panel on origin view:
<DIV class=widget vbox security-origin-view jslog=Pane; context: security.origin-view slot=insertion-point-main >
    <DIV class=title-section >
        <DIV class=title-section-header role=heading aria-level=1 >
Origin
        </DIV>
        <DIV class=origin-display >
            <SPAN >
                <DEVTOOLS-ICON role=presentation name=lock class=security-property security-property-secure >
                    <#document-fragment >
                        <SPAN style=--icon-url: var(--image-file-lock); >
                        </SPAN>
                        <STYLE >
                        </STYLE>
                    </#document-fragment>
                </DEVTOOLS-ICON>
            </SPAN>
            <SPAN class=highlighted-url >
                <SPAN class=url-scheme-secure >
https
                </SPAN>
                <SPAN class=url-scheme-separator >
://
                </SPAN>
                <SPAN >
foo.test
                </SPAN>
            </SPAN>
        </DIV>
        <DIV class=view-network-button >
            <DEVTOOLS-BUTTON role=link jslog=Action; track: click; context: reveal-in-network >
View requests in Network Panel
                <#document-fragment >
                </#document-fragment>
            </DEVTOOLS-BUTTON>
        </DIV>
    </DIV>
    <DIV class=origin-view-section >
        <DIV class=origin-view-section-title role=heading aria-level=2 >
Connection
        </DIV>
        <TABLE class=details-table >
            <TR class=details-table-row >
                <TD >
Protocol
                </TD>
                <TD >
TLS 1.2
                </TD>
            </TR>
            <TR class=details-table-row >
                <TD >
Key exchange
                </TD>
                <TD >
Key_Exchange
                </TD>
            </TR>
            <TR class=details-table-row >
                <TD >
Cipher
                </TD>
                <TD >
Cypher with Mac
                </TD>
            </TR>
        </TABLE>
    </DIV>
    <DIV class=origin-view-section >
        <DIV class=origin-view-section-title role=heading aria-level=2 >
Certificate
        </DIV>
        <TABLE class=details-table >
            <TR class=details-table-row >
                <TD >
Subject
                </TD>
                <TD >
foo.test
                </TD>
            </TR>
            <TR class=details-table-row >
                <TD >
SAN
                </TD>
                <TD >
                    <DIV >
                        <SPAN class=san-entry >
foo.test
                        </SPAN>
                        <SPAN class=san-entry >
*.test
                        </SPAN>
                    </DIV>
                </TD>
            </TR>
            <TR class=details-table-row >
                <TD >
Valid from
                </TD>
                <TD >
Mon, 20 Mar 2017 08:53:20 GMT
                </TD>
            </TR>
            <TR class=details-table-row >
                <TD >
Valid until
                </TD>
                <TD >
Wed, 18 May 2033 03:33:20 GMT
                </TD>
            </TR>
            <TR class=details-table-row >
                <TD >
Issuer
                </TD>
                <TD >
Super CA
                </TD>
            </TR>
            <TR class=details-table-row >
                <TD >
                </TD>
                <TD >
                    <DEVTOOLS-BUTTON role=button class=origin-button jslog=Action; track: click; context: security.view-certificate-for-origin title=Open full certificate details >
Open full certificate details
                        <#document-fragment >
                        </#document-fragment>
                    </DEVTOOLS-BUTTON>
                </TD>
            </TR>
        </TABLE>
    </DIV>
    <DIV class=origin-view-section >
        <DIV class=origin-view-section-title role=heading aria-level=2 >
Certificate Transparency
        </DIV>
        <TABLE class=details-table sct-summary >
        </TABLE>
        <DIV class=sct-details hidden >
        </DIV>
        <DIV class=origin-view-section-notes >
This request complies with Chrome's Certificate Transparency policy.
        </DIV>
    </DIV>
    <DIV class=origin-view-section origin-view-notes >
        <DIV >
The security details above are from the first inspected response.
        </DIV>
    </DIV>
</DIV>