blob: 77c533d0213586096716e4ff0c6dee7466cf07c2 [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>
<meta charset="utf-8">
<title>Long ID Test</title>
<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">Long ID Test</button></div>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="long_id.js"></script>
</body>
</html>