| Index: chrome/test/data/android/payments/payment_request_metrics_test.html
|
| diff --git a/chrome/test/data/android/payments/payment_request_abort_test.html b/chrome/test/data/android/payments/payment_request_metrics_test.html
|
| similarity index 60%
|
| copy from chrome/test/data/android/payments/payment_request_abort_test.html
|
| copy to chrome/test/data/android/payments/payment_request_metrics_test.html
|
| index cd63ef76c56d6989e70685f8a1e770b574de139c..00f6ea70afed1b4245de962c6b6698a6c57c02e0 100644
|
| --- a/chrome/test/data/android/payments/payment_request_abort_test.html
|
| +++ b/chrome/test/data/android/payments/payment_request_metrics_test.html
|
| @@ -6,15 +6,17 @@ found in the LICENSE file.
|
| -->
|
| <html>
|
| <head>
|
| -<title>Abort Test</title>
|
| +<title>Metrics Test</title>
|
| <meta charset="utf-8">
|
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
| </head>
|
| <body>
|
| -<button onclick="buy()" id="buy">Buy</button><br>
|
| +<button onclick="buy()" id="buy">Metrics Test</button><br>
|
| +<button onclick="noMatching()" id="noMatching">No Matching Method Test</button><br>
|
| +<button onclick="noSupported()" id="noSupported">No Supported Method Test</button><br>
|
| <button onclick="abort()" id="abort">Abort</button>
|
| <pre id="result"></pre>
|
| <script src="util.js"></script>
|
| -<script src="abort.js"></script>
|
| +<script src="metrics.js"></script>
|
| </body>
|
| </html>
|
|
|