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

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

Issue 1081803003: 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, 8 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>
Lei Zhang 2015/04/24 20:09:31 The stripe page is actually in a <form>.
3 </head>
1 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition : none; -webkit-transition: none; transform: translateX(0px); overflow: inherit; "> 4 <div class="layoutView paymentView" style="opacity: 1; height: 291px; transition : none; -webkit-transition: none; transform: translateX(0px); overflow: inherit; ">
2 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op acity: 1; transition: none; -webkit-transition: none;"> 5 <div class="layoutSubview" style="height: 55px; transform: translateY(0px); op acity: 1; transition: none; -webkit-transition: none;">
3 <div class="emailInput input"> 6 <div class="emailInput input">
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;"> 7 <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;">
5 <div class="svgSpinner" style="width: 14px; height: 15px;"> 8 <div class="svgSpinner" style="width: 14px; height: 15px;">
6 </div></span> 9 </div></span>
7 <div class="svg icon" style="width: 30px; height: 30px;"> 10 <div class="svg icon" style="width: 30px; height: 30px;">
8 </div> 11 </div>
9 </div> 12 </div>
10 </div> 13 </div>
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 </div> 89 </div>
87 </div> 90 </div>
88 </div> 91 </div>
89 </div> 92 </div>
90 </div> 93 </div>
91 </div> 94 </div>
92 </div> 95 </div>
93 </div> 96 </div>
94 </div> 97 </div>
95 </div> 98 </div>
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