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

Unified Diff: chrome/browser/autofill/form_structure_browsertest.cc

Issue 682223005: Autofill - Nordstroms test case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | chrome/test/data/autofill/heuristics/input/23_checkout_m_nordstroms.com.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/form_structure_browsertest.cc
diff --git a/chrome/browser/autofill/form_structure_browsertest.cc b/chrome/browser/autofill/form_structure_browsertest.cc
index 6cfe560ef56c4aea1bb032f87b54b611b463c1d0..10897966e6d43e5d77d627483ed992ded50a9789 100644
--- a/chrome/browser/autofill/form_structure_browsertest.cc
+++ b/chrome/browser/autofill/form_structure_browsertest.cc
@@ -290,4 +290,13 @@ IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
kFileNamePattern);
}
+IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
+ MAYBE_DataDrivenHeuristics(23)) {
+ const base::FilePath::CharType kFileNamePattern[] =
+ FILE_PATH_LITERAL("23_*.html");
+ RunDataDrivenTest(GetInputDirectory(kTestName),
+ GetOutputDirectory(kTestName),
+ kFileNamePattern);
+}
+
} // namespace autofill
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/input/23_checkout_m_nordstroms.com.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698