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

Unified Diff: LayoutTests/inspector/tracing/decode-resize.html

Issue 1174983002: DevTools: fix flakeyness of inspector/tracing/decode-resize.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/decode-resize.html
diff --git a/LayoutTests/inspector/tracing/decode-resize.html b/LayoutTests/inspector/tracing/decode-resize.html
index d78eeac30533502d71b8edf94682a739229f948d..1a1db2529f83007259f5ab76c5bf64a2876259be 100644
--- a/LayoutTests/inspector/tracing/decode-resize.html
+++ b/LayoutTests/inspector/tracing/decode-resize.html
@@ -46,7 +46,8 @@ function showImages(callback)
function addImages()
{
if (nextImageIndex >= images.length) {
- testRunner.layoutAndPaintAsyncThen(callback);
+ // Allow several frames for image decoding to complete on rasterizer threads.
+ generateFrames(3, callback);
return;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698