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

Unified Diff: chrome/test/data/autofill/heuristics/input/22_checkout_m_lowes.com.html

Issue 692263002: Lowes mobile checkout test case. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/autofill/heuristics/input/22_checkout_m_lowes.com.html
diff --git a/chrome/test/data/autofill/heuristics/input/22_checkout_m_lowes.com.html b/chrome/test/data/autofill/heuristics/input/22_checkout_m_lowes.com.html
new file mode 100644
index 0000000000000000000000000000000000000000..ea9ede9ab2c850fbc491a7977f748e66b08c5bfe
--- /dev/null
+++ b/chrome/test/data/autofill/heuristics/input/22_checkout_m_lowes.com.html
@@ -0,0 +1,55 @@
+<form id="newCreditCard">
+ <fieldset>
+ <legend class="hide">New Credit Card</legend>
+
+ <select id="ccType" name="paymentMethod" >
+ <option value="" selected="selected">Select a card type</option>
+ <option value="Lowes Credit Card">Lowe's Consumer Card</option>
+
+ <option value="VISA">VISA</option>
+ <option value="Master Card">MasterCard</option>
+ <option value="AMEX">American Express</option>
+ <option value="Discover">Discover</option>
+ </select>
+ <div id="ccImages"></div>
+ <input id="ccNum" name="cardNumber" type="text" placeholder="Credit card number" pattern="[0-9]*" data-maxlength="16">
+
+ <div class="securityCode">
+ <input type="password" id="sCode" name="sCode" class="securityCode" placeholder="Security Code" pattern="[0-9]*" data-maxlength="4" >
+ <a href="#" class="btn btn-tooltip slide-panel" data-element="#ccvModal" data-view="ccvModalTemplate">?</a>
+ </div>
+
+ <div id="ccExpContainer">
+ <fieldset>
+ <legend>Expiration Date:</legend>
+ <select name="cardExpiryMonth" id="ccExpMonth">
+ <option value="" selected="selected">MM</option>
+ <option value="01">01</option>
+ <option value="02">02</option>
+ <option value="03">03</option>
+ <option value="04">04</option>
+ <option value="05">05</option>
+ <option value="06">06</option>
+ <option value="07">07</option>
+ <option value="08">08</option>
+ <option value="09">09</option>
+ <option value="10">10</option>
+ <option value="11">11</option>
+ <option value="12">12</option>
+ </select>
+ <select name="cardExpiryYear" id="ccExpYear">
+ <option value="" selected="selected">YYYY</option>
+ <option value="2014">2014</option><option value="2015">2015</option><option value="2016">2016</option><option value="2017">2017</option><option value="2018">2018</option><option value="2019">2019</option><option value="2020">2020</option><option value="2021">2021</option><option value="2022">2022</option></select>
+ </fieldset>
+ </div>
+
+
+
+ </fieldset>
+
+
+
+
+ </form>
+
+
« no previous file with comments | « no previous file | chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698