Chromium Code Reviews| Index: chrome/test/data/android/payments/payment_request_metrics_test.html |
| diff --git a/chrome/test/data/android/payments/payment_request_contact_details_and_free_shipping_test.html b/chrome/test/data/android/payments/payment_request_metrics_test.html |
| similarity index 56% |
| copy from chrome/test/data/android/payments/payment_request_contact_details_and_free_shipping_test.html |
| copy to chrome/test/data/android/payments/payment_request_metrics_test.html |
| index f6ce82f5b13b073019329b58ca5a5c459754d905..74659a97b4f21121ec6b6933bee84fec6ca05933 100644 |
| --- a/chrome/test/data/android/payments/payment_request_contact_details_and_free_shipping_test.html |
| +++ b/chrome/test/data/android/payments/payment_request_metrics_test.html |
| @@ -6,15 +6,18 @@ found in the LICENSE file. |
| --> |
| <html> |
| <head> |
| -<title>Contact Details and Free Shipping Test</title> |
| +<title>Metrics 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">Contact Details and Free Shipping Test</button> |
| +<button onclick="buy()" id="buy">Metrics Test</button><br> |
|
please use gerrit instead
2016/08/03 18:05:23
Are made huge in style.css, so that the test code
sebsg
2016/08/03 19:47:33
Done.
|
| +<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="contact_details_and_free_shipping.js"></script> |
| +<script src="metrics.js"></script> |
| </body> |
| </html> |