Chromium Code Reviews| Index: chrome/test/data/payments/payment_request_bobpay_and_cards_with_modifiers_test.html |
| diff --git a/chrome/test/data/payments/payment_request_bobpay_and_cards_with_modifiers_test.html b/chrome/test/data/payments/payment_request_bobpay_and_cards_with_modifiers_test.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c649453587dc01ffc6ccc52fa8fb9b8db463a1a7 |
| --- /dev/null |
| +++ b/chrome/test/data/payments/payment_request_bobpay_and_cards_with_modifiers_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>Bob Pay and Cards with modifiers 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">Bob Pay and Cards with modifiers Test</button><br> |
|
gogerald1
2017/05/18 21:57:33
*basic-card*
wuandy1
2017/05/19 01:59:57
Done.
|
| +<pre id="result"></pre> |
| +<script src="util.js"></script> |
| +<script src="bobpay_and_cards_with_modifiers.js"></script> |
|
gogerald1
2017/05/18 21:57:33
*basic-card*
wuandy1
2017/05/19 01:59:57
Done.
|
| +</body> |
| +</html> |