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

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

Issue 2507063009: Return cached query result for canMakeActivePayment. (Closed)
Patch Set: Merge methods, add more tests, simplify impl" Created 4 years, 1 month 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/active_payment_query_bobpay.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_active_payment_query_bobpay_test.html
diff --git a/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html b/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html
index 67258f09cb269c5aa3a7d42d452318a67a513d81..6d3a601647984506c3cda7120cee540a67efbcc8 100644
--- a/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html
+++ b/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html
@@ -9,10 +9,10 @@ found in the LICENSE file.
<title>Active Payment Query Bob Pay 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">Active Payment Query Bob Pay Test</button>
+<button onclick="buy()" id="buy">Check BobPay Twice</button>
+<button onclick="otherBuy()" id="otherBuy">Check BobPay and AlicePay</button>
<pre id="result"></pre>
<script src="util.js"></script>
<script src="active_payment_query_bobpay.js"></script>
« no previous file with comments | « chrome/test/data/android/payments/active_payment_query_bobpay.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698