Index: LayoutTests/security/block-test-no-port.html |
diff --git a/LayoutTests/security/block-test-no-port.html b/LayoutTests/security/block-test-no-port.html |
index eb527a1364bf4626ea3750ed4a8daad7493ccac4..abff97627a0e3b2a0a34966173f57e6c3d2678fe 100644 |
--- a/LayoutTests/security/block-test-no-port.html |
+++ b/LayoutTests/security/block-test-no-port.html |
@@ -14,10 +14,14 @@ |
setTimeout("testRunner.notifyDone()", 0); |
} |
} |
+ |
+ onload = function() { |
+ document.querySelector("#testIMG").src = "http://255.255.255.255/test.jpg"; |
+ } |
</script> |
<body> |
<p>This test attempts to change the src of an IMG tag to a blocked IP with no port to confirm that WebKit returns the correct error for it - blocked instead of cannot find. Due to the nature of this test, the results can only be processed automatically via DumpRenderTree. In addition, on some systems the results may depend on the behavior of the proxy. |
</p> |
-<img id="testIMG" src="http://255.255.255.255/test.jpg" onError="finishTesting();"></img> |
+<img id="testIMG" onError="finishTesting();"></img> |
</body> |
</html> |