Index: chrome/test/data/payments/payment_request_id_test.html |
diff --git a/chrome/test/data/payments/payment_request_id_test.html b/chrome/test/data/payments/payment_request_id_test.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6aebcea71bd0e197bd6ec85267e728cbce6cd859 |
--- /dev/null |
+++ b/chrome/test/data/payments/payment_request_id_test.html |
@@ -0,0 +1,20 @@ |
+<!DOCTYPE html> |
+<!-- |
+Copyright 2017 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>Contact Details Test</title> |
please use gerrit instead
2017/03/27 21:16:05
Update the title please.
|
+<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">Payment Request Id Test</button> |
+<pre id="result"></pre> |
+<script src="util.js"></script> |
+<script src="payment_request_id.js"></script> |
+</body> |
+</html> |