<!DOCTYPE html>
<!--
Copyright 2016 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
<script src="util.js"></script>
<script src="journey_logger.js"></script>
<title>Bob Pay and Cards Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div><button onclick="testBasicCard()" id="testBasicCard">Test basic-card</button></div>
<div><button onclick="testGPay()" id="testGPay">Test (fake) GPay</button></div>
<pre id="result"></pre>
</body>
</html>