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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/image-zoom-to-500.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 | « third_party/WebKit/LayoutTests/fast/images/image-zoom-to-25.html ('k') | no next file » | 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-500.html
diff --git a/third_party/WebKit/LayoutTests/fast/images/image-zoom-to-500.html b/third_party/WebKit/LayoutTests/fast/images/image-zoom-to-500.html
index 3aa3449e8d49f59ed195ee82e301ea79b2186e96..d1aff3d0afa2b115d2ebb03713f5e61ccf7651ce 100644
--- a/third_party/WebKit/LayoutTests/fast/images/image-zoom-to-500.html
+++ b/third_party/WebKit/LayoutTests/fast/images/image-zoom-to-500.html
@@ -37,8 +37,10 @@ function zoomPage()
eventSender.zoomPageIn();
log("Size at zoom level" + (count) + " : " + image.clientWidth + "x" + image.clientHeight);
++count;
- if (count == 10)
+ if (count == 10) {
+ newwindow.onresize = undefined;
testRunner.notifyDone();
+ }
}
};
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/images/image-zoom-to-25.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698