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

Side by Side Diff: chrome/test/data/android/payments/payment_request_active_payment_query_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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 Copyright 2016 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
6 -->
7 <html>
8 <head>
9 <title>Active Payment Query Test</title>
10 <meta charset="utf-8">
11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1">
12 <link rel="stylesheet" type="text/css" href="style.css">
13 </head>
14 <body>
15 <button onclick="buy()" id="buy">Active Payment Query Test</button>
16 <pre id="result"></pre>
17 <script src="util.js"></script>
18 <script src="active_payment_query.js"></script>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698