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

Side by Side Diff: chrome/test/data/android/payments/payment_request_basic_card_test.html

Issue 2501593003: Implement the new basic card specification. (Closed)
Patch Set: Rebase 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <html>
8 <head>
9 <title>Basic Card Test</title>
10 <meta charset="utf-8">
11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1">
12 </head>
13 <body>
14 <button onclick="checkBasicDebit()" id="checkBasicDebit">Check Basic Debit</butt on>
15 <button onclick="checkBasicMasterCard()" id="checkBasicMasterCard">Check Basic M asterCard</button>
16 <button onclick="checkBasicVisa()" id="checkBasicVisa">Check Basic Visa</button>
17 <button onclick="checkMasterCard()" id="checkMasterCard">Check MasterCard</butto n>
18 <button onclick="checkVisa()" id="checkVisa">Check Visa</button>
19 <button onclick="buy()" id="buy">Basic Card Test</button>
20 <button onclick="buyBasicDebit()" id="buyBasicDebit">Buy With Basic Debit Card</ button>
21 <button onclick="buyBasicMasterCard()" id="buyBasicMasterCard">Buy With Basic Ma sterCardTest</button>
22 <pre id="result"></pre>
23 <script src="util.js"></script>
24 <script src="basic_card.js"></script>
25 </body>
26 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/android/payments/basic_card.js ('k') | components/payments/payment_request.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698