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

Unified Diff: chrome/browser/history/redirect_browsertest.cc

Issue 11235048: Test suite that monitors the disposition of JS-created windows based on what (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix style nits Created 8 years, 2 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/browser/history/history_browsertest.cc ('k') | chrome/browser/ui/browser_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/redirect_browsertest.cc
diff --git a/chrome/browser/history/redirect_browsertest.cc b/chrome/browser/history/redirect_browsertest.cc
index 022c0671e0173c4be0d9063eaff2f422c8bfbba5..fd945d842af6558be9db6c8dedacc3c7f835a6c5 100644
--- a/chrome/browser/history/redirect_browsertest.cc
+++ b/chrome/browser/history/redirect_browsertest.cc
@@ -165,7 +165,8 @@ IN_PROC_BROWSER_TEST_F(RedirectTest, ClientCancelled) {
// otherwise, a non user-initiated in-page location change will be treated
// as client redirect and the redirect will be recoreded, which can cause
// this test failed.
- content::SimulateMouseClick(web_contents);
+ content::SimulateMouseClick(web_contents, 0,
+ WebKit::WebMouseEvent::ButtonLeft);
navigation_observer.Wait();
std::vector<GURL> redirects = GetRedirects(first_url);
« no previous file with comments | « chrome/browser/history/history_browsertest.cc ('k') | chrome/browser/ui/browser_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698