Index: LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html |
diff --git a/LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html b/LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html |
index 31138b6df7b4337eaa221b2988ff43d70e5a7e50..716cd48c7980210fe8a0eb13d1c45bebac194612 100644 |
--- a/LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html |
+++ b/LayoutTests/http/tests/misc/script-sync-slow-scripts-onerror.html |
@@ -49,8 +49,8 @@ function unexpectedLoad() { |
} |
loadScript("resources/success.js?3", false); |
-loadScript("resources/slow-nonexisting-script.php?sleep=1", false, unexpectedLoad, failedFirst); |
-loadScript("resources/slow-nonexisting-script.php?sleep=2", false, unexpectedLoad, failedSecond); |
+loadScript("resources/slow-nonexisting-script.php?timeout=1", false, unexpectedLoad, failedFirst); |
+loadScript("resources/slow-nonexisting-script.php?timeout=2", false, unexpectedLoad, failedSecond); |
</script> |
</body> |
</html> |