Index: chrome/test/data/autofill/heuristics/input/bug_465576.html |
diff --git a/chrome/test/data/autofill/heuristics/input/bug_465576.html b/chrome/test/data/autofill/heuristics/input/bug_465576.html |
index d44c73553dc3e86e05015d9b0670e4019c306aea..809a019d84009d85962df301d90300bc2a617f22 100644 |
--- a/chrome/test/data/autofill/heuristics/input/bug_465576.html |
+++ b/chrome/test/data/autofill/heuristics/input/bug_465576.html |
@@ -1,3 +1,7 @@ |
+<head> |
+ <title>NikeStore</title> |
+</head> |
+<form id="creditCardForm" method="post" action="/payment/checkout/addNewCard.htm?country=US&view=html&billingCountry=US&langLocale=en_US" novalidate=""> |
<div id="creditCardFormContainer"> |
<div class="cardNotification hidden"> |
<div class="nsg-form--global-message--alert"> |
@@ -110,3 +114,4 @@ |
</div> |
</div> |
</div> |
+</form> |