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

Side by Side Diff: chrome/test/data/autofill/heuristics/input/bug_471831.html

Issue 1106313002: Revert of Limit form-less Autofilling to pages that look like checkout pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
OLDNEW
1 <head>
2 <title>Stripe: Checkout</title>
3 </head>
4 <form class="checkoutView" method="POST" novalidate="true">
5 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition : none; -webkit-transition: none; transform: translateX(0px); overflow: inherit; "> 1 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition : none; -webkit-transition: none; transform: translateX(0px); overflow: inherit; ">
6 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op acity: 1; transition: none; -webkit-transition: none;"> 2 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op acity: 1; transition: none; -webkit-transition: none;">
7 <div class="emailInput input"> 3 <div class="emailInput input">
8 <input class="control" id="email" type="email" x-autocompletetype="email" autocompletetype="email" autocorrect="off" spellcheck="off" autocapitalize="off" placeholder="Email"><span class="spinnerContainer" style="display: none;"> 4 <input class="control" id="email" type="email" x-autocompletetype="email" autocompletetype="email" autocorrect="off" spellcheck="off" autocapitalize="off" placeholder="Email"><span class="spinnerContainer" style="display: none;">
9 <div class="svgSpinner" style="width: 14px; height: 15px;"> 5 <div class="svgSpinner" style="width: 14px; height: 15px;">
10 </div></span> 6 </div></span>
11 <div class="svg icon" style="width: 30px; height: 30px;"> 7 <div class="svg icon" style="width: 30px; height: 30px;">
12 </div> 8 </div>
13 </div> 9 </div>
14 </div> 10 </div>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 </div> 86 </div>
91 </div> 87 </div>
92 </div> 88 </div>
93 </div> 89 </div>
94 </div> 90 </div>
95 </div> 91 </div>
96 </div> 92 </div>
97 </div> 93 </div>
98 </div> 94 </div>
99 </div> 95 </div>
100 </form>
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/heuristics/input/bug_471748.html ('k') | chrome/test/data/autofill/heuristics/output/b465571.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698