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

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: . 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..359e2305970296d18c287d73a10b346b525c1b2f 100644
--- a/chrome/test/data/autofill/heuristics/input/bug_471831.html
+++ b/chrome/test/data/autofill/heuristics/input/bug_471831.html
@@ -1,3 +1,6 @@
+<head>
+ <title>Stripe: Checkout</title>
Lei Zhang 2015/04/24 20:09:31 The stripe page is actually in a <form>.
+</head>
<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">
« 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