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

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

Issue 2516923002: [Merge M-56] Add canMakeActivePayment() method to web payments. (Closed)
Patch Set: 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
Index: chrome/test/data/android/payments/payment_request_active_payment_query_cc_test.html
diff --git a/chrome/test/data/android/payments/payment_request_active_payment_query_cc_test.html b/chrome/test/data/android/payments/payment_request_active_payment_query_cc_test.html
new file mode 100644
index 0000000000000000000000000000000000000000..c7d8eb37b363ed6f4eae6b562ffe55c14166c6e6
--- /dev/null
+++ b/chrome/test/data/android/payments/payment_request_active_payment_query_cc_test.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<!--
+Copyright 2016 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+<html>
+<head>
+<title>Active Payment Query Credit Card Test</title>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
+</head>
+<body>
+<button onclick="buy()" id="buy">VISA Test</button>
+<button onclick="other_buy()" id="other-buy">MasterCard Test</button>
+<pre id="result"></pre>
+<script src="util.js"></script>
+<script src="active_payment_query_cc.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698