| Index: third_party/WebKit/LayoutTests/fast/images/image-zoom-to-25.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/images/image-zoom-to-25.html b/third_party/WebKit/LayoutTests/fast/images/image-zoom-to-25.html
|
| index 3ea6791cf52d10cbf96e03debf5e6ce05d84e8aa..607ca0947a8c1688132b1dfcbb5390205c5481e4 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/images/image-zoom-to-25.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/images/image-zoom-to-25.html
|
| @@ -39,8 +39,10 @@ function zoomPage()
|
| var w = Math.round(image.clientWidth);
|
| var h = Math.round(image.clientHeight);
|
| log("Size at zoom level" + (count) + " : " + w + " x " + h);
|
| - if (++count == 6)
|
| + if (++count == 6) {
|
| + newwindow.onresize = undefined;
|
| testRunner.notifyDone();
|
| + }
|
| }
|
| };
|
|
|
|
|