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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html

Issue 2361263003: Blink: Throttle progressively loaded images. (Closed)
Patch Set: land: rebase Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/images/jpeg-partial-load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html b/third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html
index f203b3d8b2abfd09c6201c71c826946073620b30..3edcb81c99fe839440d1f5fb7de50395cf2a6390 100644
--- a/third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html
+++ b/third_party/WebKit/LayoutTests/http/tests/images/bmp-partial-load.html
@@ -23,7 +23,7 @@ function testDone()
function runTest()
{
document.querySelector("img").src = loadAndStall() + bmpImage() + "&stallAt=104000&stallFor=60";
- setTimeout(testDone, 500);
+ setTimeout(testDone, 1500);
}
window.onload = function() {
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/images/jpeg-partial-load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698