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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-as-document.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
Index: third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-as-document.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-as-document.html b/third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-as-document.html
index f6563838a17858d3e1c4c15ebc4367c8dba7998c..0d1c1f75b3d610f1ad04a19e7402df155fab1c36 100644
--- a/third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-as-document.html
+++ b/third_party/WebKit/LayoutTests/http/tests/images/png-partial-load-as-document.html
@@ -31,7 +31,7 @@ function testDone()
function runTest()
{
document.querySelector("iframe").src = loadAndStall() + pngImage() + "&stallAt=45057&stallFor=60";
- setTimeout(testDone, 500);
+ setTimeout(testDone, 1500);
}
window.onload = function() {

Powered by Google App Engine
This is Rietveld 408576698