chromium/components/test/data/payments/enforce_full_delegation.test/index.html

<!DOCTYPE html>
<!--
Copyright 2020 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>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5">
    <title>Enforce Full Delegation Tests</title>
  </head>
  <style>
    pre {
      white-space: initial;
    }
  </style>
  <body>
    <div><button onclick="enableDelegations(['payerName'])">enableDelegations(['payerName'])</button></div>
    <div><button onclick="addSupportedMethod('https://play.google.com/billing')">addSupportedMethod('https://play.google.com/billing')</button>
        <button onclick="addDefaultSupportedMethod()">addDefaultSupportedMethod()</button></div>
    <div><button onclick="createPaymentRequestWithOptions({requestPayerName: true})">createPaymentRequestWithOptions({requestPayerName: true})</button></div>
    <div><button onclick="show()">show</button></div>
    <pre id="msg"></pre>
  </body>
  <script src="index.js"></script>
  <script src="util.js"></script>
</html>