Commit 9116f484 authored by estade's avatar estade Committed by Commit bot

Fix autofill test data.

The discussion at [1] gives some background on the root cause of the failure.

[1] https://codereview.chromium.org/610493002/

BUG=323093

Review URL: https://codereview.chromium.org/657253003

Cr-Commit-Position: refs/heads/master@{#299965}
parent 37907039
...@@ -250,9 +250,8 @@ IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest, ...@@ -250,9 +250,8 @@ IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
kFileNamePattern); kFileNamePattern);
} }
// This test has real failures. http://crbug.com/323093
IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest, IN_PROC_BROWSER_TEST_F(FormStructureBrowserTest,
DISABLED_DataDrivenHeuristics16) { MAYBE_DataDrivenHeuristics(16)) {
const base::FilePath::CharType kFileNamePattern[] = const base::FilePath::CharType kFileNamePattern[] =
FILE_PATH_LITERAL("16_*.html"); FILE_PATH_LITERAL("16_*.html");
RunDataDrivenTest(GetInputDirectory(kTestName), RunDataDrivenTest(GetInputDirectory(kTestName),
......
<!-- https://www.jbox.com/checkout/payment# --> <!-- https://www.jcpenney.com/dotcom/jsp/checkout/secure/checkout.jsp -->
<form name="frmAddCreditCard" method="post" action="#" id="frmAddCreditCard"> <form name="frmAddCreditCard" method="post" action="#" id="frmAddCreditCard">
<div> <div>
<!-- Display bread crumb --> <!-- Display bread crumb -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment