| Index: LayoutTests/fast/canvas/canvas-resize-after-paint-without-layout.html
|
| diff --git a/LayoutTests/fast/canvas/canvas-resize-after-paint-without-layout.html b/LayoutTests/fast/canvas/canvas-resize-after-paint-without-layout.html
|
| index e5d8d7d386490f6e7e6ba79d982b6376e5a1edb1..25e3d3d848f709e34db8df09ed60f4681473bccf 100644
|
| --- a/LayoutTests/fast/canvas/canvas-resize-after-paint-without-layout.html
|
| +++ b/LayoutTests/fast/canvas/canvas-resize-after-paint-without-layout.html
|
| @@ -32,7 +32,7 @@
|
| // This changes the resolution of the canvas but keeps its layout size constant.
|
| canvas.width = canvas.width / 2;
|
| if (window.testRunner)
|
| - testRunner.notifyDone();
|
| + testRunner.layoutAndPaintAsyncThen(function(){ testRunner.notifyDone(); });
|
| }
|
| </script>
|
| </head>
|
|
|