blob: 06def996b91591852f38beb28aa02158b07c650e [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2016 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
<title>Active Payment Query Credit Card Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
</head>
<body>
<button onclick="buy()" id="buy">VISA Test</button>
<button onclick="other_buy()" id="other-buy">MasterCard Test</button>
<button onclick="hasEnrolledInstrument('visa')" id="has-enrolled-instrument-visa">
VISA hasEnrolledInstrument Test
</button>
<button onclick="hasEnrolledInstrument('mastercard')" id="has-enrolled-instrument-mastercard">
Mastercard hasEnrolledInstrument Test
</button>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="can_make_payment_query_cc.js"></script>
</body>
</html>