Index: LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html |
diff --git a/LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html b/LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html |
index a3ff9d8aecd10b30a76bdead3b6f4f514d5c9dc2..c1b011488fe66f32bb4e49b906ade2a313db00b6 100644 |
--- a/LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html |
+++ b/LayoutTests/http/tests/xmlhttprequest/infoOnProgressEvent.html |
@@ -27,12 +27,6 @@ function onProgress(e) { |
testRunner.notifyDone(); |
} |
-function onError(e) { |
- alert("Error " + e.target.status + " occurred while receiving the document."); |
-} |
- |
-var shouldNotify = false; |
- |
if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.waitUntilDone(); |