blob: d4cfea8b54f8603bcc4b37b8c6b741b03482380f [file] [log] [blame]
<!DOCTYPE html>
<!--
Copyright 2017 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>Bob Pay UI skip Test</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div><button onclick="buy()" id="buy">Bob Pay Test</button></div>
<div><button onclick="buyWithRequestedEmail()" id="buyWithRequestedEmail">Bob Pay Test</button></div>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="bobpay_ui_skip.js"></script>
</body>
</html>