| Index: chrome/test/data/autofill/heuristics/input/bug_471831.html
|
| diff --git a/chrome/test/data/autofill/heuristics/input/bug_471831.html b/chrome/test/data/autofill/heuristics/input/bug_471831.html
|
| index e9298e1e3ce1246696ad0c83fae408ea189581f2..e976141a3e4853a56009171795df0cea1139e78e 100644
|
| --- a/chrome/test/data/autofill/heuristics/input/bug_471831.html
|
| +++ b/chrome/test/data/autofill/heuristics/input/bug_471831.html
|
| @@ -1,3 +1,7 @@
|
| +<head>
|
| + <title>Stripe: Checkout</title>
|
| +</head>
|
| +<form class="checkoutView" method="POST" novalidate="true">
|
| <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition: none; -webkit-transition: none; transform: translateX(0px); overflow: inherit;">
|
| <div class="layoutSubview" style="height: 55px; transform: translateY(0px); opacity: 1; transition: none; -webkit-transition: none;">
|
| <div class="emailInput input">
|
| @@ -93,3 +97,4 @@
|
| </div>
|
| </div>
|
| </div>
|
| +</form>
|
|
|