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

Unified Diff: chrome/test/data/autofill/autofill_noform_dynamic.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/autofill_noform_dynamic.html
diff --git a/chrome/test/data/autofill/autofill_noform_dynamic.html b/chrome/test/data/autofill/autofill_noform_dynamic.html
index 65ded267444bdb561f3cfd75bd828ca761083ef4..bd3e6eb593b5231bd385b42eb01bf08cccede3c2 100644
--- a/chrome/test/data/autofill/autofill_noform_dynamic.html
+++ b/chrome/test/data/autofill/autofill_noform_dynamic.html
@@ -2,7 +2,7 @@
<!-- Autofill test with dynamically created fields, and without a form tag. -->
<html>
<head>
- <title>Dynamic Autofill Test - No Form</title>
+ <title>Dynamic Autofill Test - No Form - Collects address information</title>
<script>
function AddFields() {
var fields = document.getElementById("fields");

Powered by Google App Engine
This is Rietveld 408576698