| Index: chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html
|
| diff --git a/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html b/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html
|
| index 67258f09cb269c5aa3a7d42d452318a67a513d81..6d3a601647984506c3cda7120cee540a67efbcc8 100644
|
| --- a/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html
|
| +++ b/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html
|
| @@ -9,10 +9,10 @@ found in the LICENSE file.
|
| <title>Active Payment Query Bob Pay Test</title>
|
| <meta charset="utf-8">
|
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
| -<link rel="stylesheet" type="text/css" href="style.css">
|
| </head>
|
| <body>
|
| -<button onclick="buy()" id="buy">Active Payment Query Bob Pay Test</button>
|
| +<button onclick="buy()" id="buy">Check BobPay Twice</button>
|
| +<button onclick="otherBuy()" id="otherBuy">Check BobPay and AlicePay</button>
|
| <pre id="result"></pre>
|
| <script src="util.js"></script>
|
| <script src="active_payment_query_bobpay.js"></script>
|
|
|