| <!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>Payment Handler Status</title> |
| </head> |
| <body> |
| <script src="payment_handler_status.js"></script> |
| <script src="can_make_payment_checker.js"></script> |
| <script src="has_enrolled_instrument_checker.js"></script> |
| <script src="secure_payment_confirmation.js"></script> |
| |
| <!-- For tests that test SPC in an iframe. Not always used. --> |
| <iframe id="test" allow="payment *"></iframe> |
| </body> |
| </html> |