chromium/components/test/data/payments/payment_request_can_make_payment_metrics_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="can_make_payment_metrics.js"></script>
<title>Can Make Payment Metrics 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>
<div>
  <button onclick="noQueryShow()" id="noQueryShow">No Query Show Test</button>
</div>
<div>
  <button onclick="noQueryShowWithUrlMethods()" id="noQueryShowWithUrlMethods">No Query Show (With Url Methods) Test</button>
</div>
<div><button onclick="queryShow()" id="queryShow">Query Show Test</button></div>
<div><button onclick="queryShowWithUrlMethods()" id="queryShowWithUrlMethods">Query Show (with Url Methods) Test</button></div>
<div>
  <button onclick="queryNoShow()" id="queryNoShow">Query No Show Test</button>
</div>
<div>
  <button onclick="queryNoShowWithUrlMethods()" id="queryNoShowWithUrlMethods">Query No Show (with Url Methods) Test</button>
</div>
<div><button onclick="abort()" id="abort">Abort</button></div>
<pre id="result"></pre>
</body>
</html>