| Index: chrome/test/data/android/payments/payment_request_name_and_free_shipping_test.html
|
| diff --git a/chrome/test/data/android/payments/payment_request_dynamic_shipping_test.html b/chrome/test/data/android/payments/payment_request_name_and_free_shipping_test.html
|
| similarity index 73%
|
| copy from chrome/test/data/android/payments/payment_request_dynamic_shipping_test.html
|
| copy to chrome/test/data/android/payments/payment_request_name_and_free_shipping_test.html
|
| index 0cbc2fe02e24a6fb83e77a4b3ed208dbb40c2fd6..c7e4fa7045f192bf296017620e593e790c445b7c 100644
|
| --- a/chrome/test/data/android/payments/payment_request_dynamic_shipping_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>Dynamic Shipping 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">Dynamic Shipping Test</button>
|
| +<button onclick="buy()" id="buy">Name and Free Shipping Test</button>
|
| <pre id="result"></pre>
|
| <script src="util.js"></script>
|
| -<script src="dynamic_shipping.js"></script>
|
| +<script src="name_and_free_shipping.js"></script>
|
| </body>
|
| </html>
|
|
|