chromium/components/test/data/payments/payment_request_long_id_test.html

<!DOCTYPE html>
<!--
Copyright 2017 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="long_id.js"></script>
  <meta charset="utf-8">
  <title>Long ID Test</title>
  <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="buy()" id="buy">Long ID Test</button></div>
  <pre id="result"></pre>
</body>

</html>