blob: e8615a9d159a30c46f2c22727cdb5dd47ec16d48 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that non-webby subresource URLs are not blocked as
mixed content. The test passes if the load proceeds without
warning. The test fails if a mixed content error or warning is
displayed, and/or the load is blocked.
</p>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
}
</script>
<img src="nonwebbyscheme://this-will-fail-but-no-mixed-content-error-should-appear"/>
</body>
</html>