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

Unified Diff: chrome/browser/password_manager/password_manager_browsertest.cc

Issue 2776513002: Enable PasswordManagerBrowserTestBase.SameOriginIframeAutoFillTest to get more data (Closed)
Patch Set: Created 3 years, 9 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 | chrome/browser/password_manager/password_manager_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/password_manager_browsertest.cc
diff --git a/chrome/browser/password_manager/password_manager_browsertest.cc b/chrome/browser/password_manager/password_manager_browsertest.cc
index c9f6e1c16324f253de6a9aea6a5a431189cded06..9ec6106106cfe5d901927d0c742680564e63a18e 100644
--- a/chrome/browser/password_manager/password_manager_browsertest.cc
+++ b/chrome/browser/password_manager/password_manager_browsertest.cc
@@ -2083,14 +2083,8 @@ IN_PROC_BROWSER_TEST_F(PasswordManagerBrowserTestBase,
// Check that a password form in an iframe of same origin will not be
// filled in until user interact with the iframe.
-// TODO(crbug.com/683209): Flaky on Win7 dbg.
-#if defined(OS_WIN)
-#define MAYBE_SameOriginIframeAutoFillTest DISABLED_SameOriginIframeAutoFillTest
-#else
-#define MAYBE_SameOriginIframeAutoFillTest SameOriginIframeAutoFillTest
-#endif
IN_PROC_BROWSER_TEST_F(PasswordManagerBrowserTestBase,
- MAYBE_SameOriginIframeAutoFillTest) {
+ SameOriginIframeAutoFillTest) {
// Visit the sign-up form to store a password for autofill later
NavigateToFile("/password/password_form_in_same_origin_iframe.html");
NavigationObserver observer(WebContents());
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_manager_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698