Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8038)

Unified Diff: chrome/test/data/android/payments/payment_request_payer_info_details_test.html

Issue 2413833002: PaymentRequest: Rename ContactInfo to PayerInfo.
Patch Set: test Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/android/payments/payment_request_payer_info_details_and_free_shipping_test.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/payments/payment_request_payer_info_details_test.html
diff --git a/chrome/test/data/android/payments/payment_request_contact_details_test.html b/chrome/test/data/android/payments/payment_request_payer_info_details_test.html
similarity index 75%
rename from chrome/test/data/android/payments/payment_request_contact_details_test.html
rename to chrome/test/data/android/payments/payment_request_payer_info_details_test.html
index a1b6812bae00652c9b61c22f9de6f5e5fa396399..8e7b8a67056b0d54a51b7743bb8f91921be5598e 100644
--- a/chrome/test/data/android/payments/payment_request_contact_details_test.html
+++ b/chrome/test/data/android/payments/payment_request_payer_info_details_test.html
@@ -6,15 +6,15 @@ found in the LICENSE file.
-->
<html>
<head>
-<title>Contact Details Test</title>
+<title>PayerInfo Details 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 Test</button>
+<button onclick="buy()" id="buy">PayerInfo Details Test</button>
<pre id="result"></pre>
<script src="util.js"></script>
-<script src="contact_details.js"></script>
+<script src="payer_info_details.js"></script>
</body>
</html>
« no previous file with comments | « chrome/test/data/android/payments/payment_request_payer_info_details_and_free_shipping_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698