| Index: chrome/test/data/android/payments/payment_request_name_and_free_shipping_test.html
|
| diff --git a/chrome/test/data/android/payments/payment_request_bobpay_and_cards_test.html b/chrome/test/data/android/payments/payment_request_name_and_free_shipping_test.html
|
| similarity index 72%
|
| copy from chrome/test/data/android/payments/payment_request_bobpay_and_cards_test.html
|
| copy to chrome/test/data/android/payments/payment_request_name_and_free_shipping_test.html
|
| index 94472532290897591db9f7fca2a81dd692e9d0e0..70b9841ccfb0e8716eaf89854a30c89e867992f7 100644
|
| --- a/chrome/test/data/android/payments/payment_request_bobpay_and_cards_test.html
|
| +++ b/chrome/test/data/android/payments/payment_request_name_and_free_shipping_test.html
|
| @@ -6,15 +6,15 @@ found in the LICENSE file.
|
| -->
|
| <html>
|
| <head>
|
| -<title>Bob Pay and Cards Test</title>
|
| +<title>Name and Free Shipping 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">Bob Pay and Cards Test</button><br>
|
| +<button onclick="buy()" id="buy">Name and Free Shipping Test</button><br>
|
| <pre id="result"></pre>
|
| <script src="util.js"></script>
|
| -<script src="bobpay_and_cards.js"></script>
|
| +<script src="name_and_free_shipping.js"></script>
|
| </body>
|
| </html>
|
|
|