Chromium Code Reviews| Index: LayoutTests/fast/canvas/patternfill-repeat-expected.html |
| diff --git a/LayoutTests/fast/canvas/patternfill-repeat-expected.html b/LayoutTests/fast/canvas/patternfill-repeat-expected.html |
| index 4272fc09e7d288037f0b7779d8c39ccafab608f1..9601f92029b6511cc0b0ff9ec087e90200a7e593 100644 |
| --- a/LayoutTests/fast/canvas/patternfill-repeat-expected.html |
| +++ b/LayoutTests/fast/canvas/patternfill-repeat-expected.html |
| @@ -61,7 +61,7 @@ |
| ctx.restore(); |
| if (window.testRunner) |
| - testRunner.notifyDone(); |
| + testRunner.layoutAndPaintAsyncThen(function(){ testRunner.notifyDone(); }); |
| } |
| } |
| </script> |