Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: third_party/WebKit/LayoutTests/fast/images/image-zoom-to-25.html

Issue 2141573002: Deflake image-zoom-to-{25,500}.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/images/image-zoom-to-500.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
+ }
}
};
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/images/image-zoom-to-500.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698