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

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

Issue 2165163002: Autofill cards at the bottom of the PaymentRequest UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Static comparator and faux-parameterized test Created 4 years, 5 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/bobpay_and_cards.js ('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_bobpay_and_cards_test.html
diff --git a/chrome/test/data/android/payments/payment_request_email_test.html b/chrome/test/data/android/payments/payment_request_bobpay_and_cards_test.html
similarity index 74%
copy from chrome/test/data/android/payments/payment_request_email_test.html
copy to chrome/test/data/android/payments/payment_request_bobpay_and_cards_test.html
index 62458cc655dcaf465f974730c0cc294f7d5fc970..94472532290897591db9f7fca2a81dd692e9d0e0 100644
--- a/chrome/test/data/android/payments/payment_request_email_test.html
+++ b/chrome/test/data/android/payments/payment_request_bobpay_and_cards_test.html
@@ -6,15 +6,15 @@ found in the LICENSE file.
-->
<html>
<head>
-<title>Email Test</title>
+<title>Bob Pay and Cards 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">Email Test</button>
+<button onclick="buy()" id="buy">Bob Pay and Cards Test</button><br>
<pre id="result"></pre>
<script src="util.js"></script>
-<script src="email.js"></script>
+<script src="bobpay_and_cards.js"></script>
</body>
</html>
« no previous file with comments | « chrome/test/data/android/payments/bobpay_and_cards.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698