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

Side by Side Diff: chrome/test/data/payments/payment_request_bobpay_and_basic_card_with_modifiers_test.html

Issue 2885443003: enable modifiers for native apps (Closed)
Patch Set: remove other modifer test Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright 2017 The Chromium Authors. All rights reserved. 3 Copyright 2016 The Chromium Authors. All rights reserved.
gogerald1 2017/05/19 19:22:48 *2017*
wuandy1 2017/05/19 20:03:49 Done.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>Modifier Test</title> 9 <title>Bob Pay and basic-card with modifiers Test</title>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scal e=1"> 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">
12 </head> 13 </head>
13 <body> 14 <body>
14 <button onclick="buy()" id="buy">Modifier Test</button><br> 15 <button onclick="buy()" id="buy">Bob Pay and Basic-Card with modifiers Test</but ton><br>
15 <pre id="result"></pre> 16 <pre id="result"></pre>
16 <script src="util.js"></script> 17 <script src="util.js"></script>
17 <script src="modifier.js"></script> 18 <script src="bobpay_and_basic_card_with_modifiers.js"></script>
18 </body> 19 </body>
19 </html> 20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698