| Index: LayoutTests/fast/canvas/patternfill-repeat.html
|
| diff --git a/LayoutTests/fast/canvas/patternfill-repeat.html b/LayoutTests/fast/canvas/patternfill-repeat.html
|
| index cdc1144cf00a9043033d0c78ff179147042d0af9..49fc2c1ff3597c4f75ad61e144a0409d8cc5209f 100644
|
| --- a/LayoutTests/fast/canvas/patternfill-repeat.html
|
| +++ b/LayoutTests/fast/canvas/patternfill-repeat.html
|
| @@ -36,7 +36,7 @@
|
| ctx.fillRect(0, 0, 150, 150);
|
|
|
| if (window.testRunner)
|
| - testRunner.notifyDone();
|
| + testRunner.layoutAndPaintAsyncThen(function(){ testRunner.notifyDone(); });
|
| }
|
| }
|
| </script>
|
|
|