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

Unified Diff: chrome/test/data/autofill/heuristics/input/16_crbug_93595.html

Issue 7981047: Allow word separators in a few more Autofill regexes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 3 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/16_crbug_93595.html
diff --git a/chrome/test/data/autofill/heuristics/input/16_crbug_93595.html b/chrome/test/data/autofill/heuristics/input/16_crbug_93595.html
new file mode 100644
index 0000000000000000000000000000000000000000..b4da3cd31572cf4d4e90dd61c6bfd91001fef8e8
--- /dev/null
+++ b/chrome/test/data/autofill/heuristics/input/16_crbug_93595.html
@@ -0,0 +1,80 @@
+<!-- https://www.jbox.com/checkout/payment# -->
+<form name="paymentForm" method="post" action="#" id="paymentForm">
+ <div id="errors"></div>
+ <fieldset id="paymentchoose">
+ <legend>Choose a payment method</legend>
+ <div>
+ <select id="paymentoption" accesskeyclass="element select medium" name="payment_method" onchange="changePayment()">
+ <option selected="selected">
+ Visa
+ </option>
+ <option>
+ Mastercard
+ </option>
+ <option>
+ American Express
+ </option>
+ <option>
+ Discover
+ </option>
+ <option>
+ Card on File (provide CVV2)
+ </option>
+ <option>
+ Check / Money Order
+ </option>
+ <option>
+ Gift Certificate / Credit
+ </option>
+ <option>
+ Western Union (we'll send instructions)
+ </option>
+ <option value="PayPal">
+ PayPal
+ </option>
+ <option value="Google Checkout">
+ Google Checkout
+ </option>
+ </select>
+ </div>
+ </fieldset>
+ <fieldset id="ccinput">
+ <legend>Credit Card Details</legend>
+ <div>
+ <input name="cc_number" class="element text medium" type="text" maxlength="255" value=""> <label for="address1"><b>Credit Card Number</b></label>
+ </div>
+ <div>
+ <input name="cc_name" class="element text medium" type="text" maxlength="60" value=""> <label for="address1">Name On Card | Ex: <i>Peter Payne</i></label>
+ </div>
+ <div class="left">
+ <span><input name="cc_exp" class="element text small" type="text" maxlength="255" value=""> <label for="cc_exp">Expiration date<br>
+ (MM/YY)</label></span>
+ </div>
+ <div>
+ <span><input name="cc_cvv2" class="element text small" type="text" maxlength="255" value=""> <label for="cc_cvv2">CVV2 / Security Code:</label></span>
+ </div>
+ </fieldset>
+ <fieldset>
+ <legend>If an item is not available:</legend> <select name="field_17">
+ <option value="Select an option...">
+ Select an option...
+ </option>
+ <option value="Cancel the item">
+ Cancel the item
+ </option>
+ <option value="Wait for all items to be available">
+ Wait for all items to be available
+ </option>
+ <option value="Split and send separately (additional fees apply)">
+ Split and send separately (additional fees apply)
+ </option>
+ </select>
+ </fieldset>
+ <fieldset>
+ <legend>Please confirm your age</legend> <input name="age" class="element text small" type="text" maxlength="255" value="">
+ </fieldset>
+ <fieldset>
+ <legend>Comment or Special Instructions (if any)</legend>
+ <textarea id="element_6" name="comments" class="element textarea small"></textarea>
+ </fieldset><input type="hidden" name="paymentForm" value="259215"> <input id="placeorder" class="button_text" type="submit" name="submit" value="Place Order">
+</form>
« no previous file with comments | « chrome/browser/autofill/form_structure.cc ('k') | chrome/test/data/autofill/heuristics/output/16_crbug_93595.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698