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

Unified 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: suppress msvc warning 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 side-by-side diff with in-line comments
Download patch
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>
« 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