Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: LayoutTests/http/tests/resources/load-and-stall.php

Issue 14246006: Implementing timeout support for XHR (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@timeoutResourceHandle
Patch Set: Timeout support in DocumentThreadableLoader (speculative bot failure fix) Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/resources/load-and-stall.php
diff --git a/LayoutTests/http/tests/resources/load-and-stall.php b/LayoutTests/http/tests/resources/load-and-stall.php
index 5f4386da6650b8821aec1989b016690c4fb19263..53427f236a9834e60558e1956234f887dd312241 100644
--- a/LayoutTests/http/tests/resources/load-and-stall.php
+++ b/LayoutTests/http/tests/resources/load-and-stall.php
@@ -13,7 +13,6 @@ header("Content-Length: " . filesize($name));
if (isset($stallAt) && isset($stallFor)) {
$stallAt = (int)$stallAt;
- $stallFor = (int)$stallFor;
if ($stallAt > filesize($name))
die("Incorrect value for stallAt.");
$written = 0;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698