chromium/components/test/data/payments/show_promise/single_option_shipping_with_update.html

<!doctype html>
<!--
Copyright 2019 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html lang="en">
<head>
  <script src="../util.js"></script>
  <script src="single_option_shipping_with_update.js"></script>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5">
  <title>Show Promise Test For Single-Option Shipping With Update</title>
  <link rel="stylesheet" type="text/css" href="../style.css">
</head>
<body>
  <div><button onclick="buy('https://example.test')" id="buy">Buy</button></div>
  <pre id="result"></pre>
</body>
</html>