chromium/third_party/blink/web_tests/http/tests/devtools/security/mixed-content-reload-expected.txt

Tests that the mixed content explanation prompts the user to refresh when there are no recorded requests, and links to the network panel when there are recorded requests.


Before Refresh --------------
<DIV class=security-explanation security-explanation-neutral >
    <DEVTOOLS-ICON role=presentation name=warning class=security-property security-property-neutral >
        <#document-fragment >
            <SPAN style=--icon-url: var(--image-file-warning); >
            </SPAN>
            <STYLE >
            </STYLE>
        </#document-fragment>
    </DEVTOOLS-ICON>
    <DIV class=security-explanation-text >
        <DIV class=security-explanation-title >
            <SPAN >
Resources - 
            </SPAN>
            <SPAN class=security-explanation-title-neutral >
mixed content
            </SPAN>
        </DIV>
        <DIV >
This page includes HTTP resources.
        </DIV>
        <DIV class=security-mixed-content >
Reload the page to record requests for HTTP resources.
        </DIV>
    </DIV>
</DIV>

Refresh --------------
<DIV class=security-explanation security-explanation-neutral >
    <DEVTOOLS-ICON role=presentation name=warning class=security-property security-property-neutral >
        <#document-fragment >
            <SPAN style=--icon-url: var(--image-file-warning); >
            </SPAN>
            <STYLE >
            </STYLE>
        </#document-fragment>
    </DEVTOOLS-ICON>
    <DIV class=security-explanation-text >
        <DIV class=security-explanation-title >
            <SPAN >
Resources - 
            </SPAN>
            <SPAN class=security-explanation-title-neutral >
mixed content
            </SPAN>
        </DIV>
        <DIV >
This page includes HTTP resources.
        </DIV>
        <BUTTON class=security-mixed-content devtools-link text-button link-style role=link tabindex=0 >
View 1 request in Network Panel
        </BUTTON>
    </DIV>
</DIV>