blob: 482beb2d0ea887636b73fc1be87d03ebab6bbd8e [file] [log] [blame]
<!doctype html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.overridePreference("WebKitStrictMixedContentChecking", true);
}
</script>
</head>
<body>
<p>This test passes if the image below is treated as blockable content.</p>
<img src="http://example.test:8080/security/resources/compass.jpg">
</body>
</html>