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

<!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="show_twice.js"></script>
<title>Show Twice 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>
<button onclick="showFirst(); showSecond();" id="buy">Show Twice Test</button>
<pre id="result"></pre>
</body>
</html>