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

Unified Diff: chrome_frame/test/infobar_unittests.cc

Issue 6231006: Fix and re-enable slide-in/slide-out of infobars.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « chrome_frame/infobars/internal/infobar_window.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/infobar_unittests.cc
===================================================================
--- chrome_frame/test/infobar_unittests.cc (revision 71215)
+++ chrome_frame/test/infobar_unittests.cc (working copy)
@@ -431,9 +431,7 @@
// If the test turns out to be flaky (i.e., because timers are not firing
// frequently enough to hit all the ranges), increasing the infobar_height
// should increase the margin (by increasing the time spent in each range).
-//
-// TODO(erikwright): re-enable when sliding is fixed (currently crashes in IE6).
-TEST(InfobarsInfobarWindowTest, DISABLED_SlidingTest) {
+TEST(InfobarsInfobarWindowTest, SlidingTest) {
int infobar_height = 40;
chrome_frame_test::TimedMsgLoop message_loop;
« no previous file with comments | « chrome_frame/infobars/internal/infobar_window.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698