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

Unified Diff: chrome/test/data/payments/payment_request_basic_card_test.html

Issue 2659083003: Relax card type handling. (Closed)
Patch Set: Clarify comment Created 3 years, 11 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/payments/payment_request_basic_card_test.html
diff --git a/chrome/test/data/payments/payment_request_basic_card_test.html b/chrome/test/data/payments/payment_request_basic_card_test.html
index c65ec74559506f4c5869ccf6c80e3c4c9b1e4679..541c32e3b8118d2685c1fc693e316e9a78f0de66 100644
--- a/chrome/test/data/payments/payment_request_basic_card_test.html
+++ b/chrome/test/data/payments/payment_request_basic_card_test.html
@@ -11,12 +11,14 @@ found in the LICENSE file.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
+<button onclick="checkBasicCard()" id="checkBasicCard">Check Basic Card</button>
<button onclick="checkBasicDebit()" id="checkBasicDebit">Check Basic Debit</button>
<button onclick="checkBasicMasterCard()" id="checkBasicMasterCard">Check Basic MasterCard</button>
<button onclick="checkBasicVisa()" id="checkBasicVisa">Check Basic Visa</button>
<button onclick="checkMasterCard()" id="checkMasterCard">Check MasterCard</button>
<button onclick="checkVisa()" id="checkVisa">Check Visa</button>
<button onclick="buy()" id="buy">Basic Card Test</button>
+<button onclick="buyBasicCard()" id="buyBasicCard">Buy With Basic Card</button>
<button onclick="buyBasicDebit()" id="buyBasicDebit">Buy With Basic Debit Card</button>
<button onclick="buyBasicMasterCard()" id="buyBasicMasterCard">Buy With Basic MasterCardTest</button>
<pre id="result"></pre>
« no previous file with comments | « chrome/test/data/payments/basic_card.js ('k') | third_party/WebKit/Source/modules/payments/PaymentRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698