chromium/third_party/blink/web_tests/http/tests/inspector-protocol/resources/passive-mixed-content-iframe.html

<script>
    window.onload = function() {
        var img = document.createElement('img');
        img.src = 'http://example.test:8000/resources/square.png';
        document.body.appendChild(img);
    }
</script>