chromium/third_party/blink/web_tests/http/tests/devtools/security/origin-view-noncryptographic-secure-origin-expected.txt

Tests that the panel shows the correct text for non-cryptographic secure origins

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 >
chrome-test
                </SPAN>
                <SPAN class=url-scheme-separator >
://
                </SPAN>
                <SPAN >
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 >
Secure
        </DIV>
        <DIV >
This origin is a non-HTTPS secure origin.
        </DIV>
    </DIV>
</DIV>