| Index: third_party/WebKit/LayoutTests/media/video-paint-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/media/video-paint-test.js b/third_party/WebKit/LayoutTests/media/video-paint-test.js
|
| index 867a3c1cd05c5ab77cc878c897c46d17ce126f89..be24da825b4df8b3414e882ae96857d4bc33c6fe 100644
|
| --- a/third_party/WebKit/LayoutTests/media/video-paint-test.js
|
| +++ b/third_party/WebKit/LayoutTests/media/video-paint-test.js
|
| @@ -21,8 +21,11 @@ function init()
|
| }
|
|
|
| waitForMultipleEvents("seeked", videos.length, function() {
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| + if (window.testRunner) {
|
| + testRunner.layoutAndPaintAsyncThen(function() {
|
| + testRunner.notifyDone();
|
| + });
|
| + }
|
| });
|
| });
|
| }
|
|
|