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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/payments/payment_request_bobpay_and_basic_card_with_modifiers_test.html
diff --git a/chrome/test/data/payments/payment_request_modifier_test.html b/chrome/test/data/payments/payment_request_bobpay_and_basic_card_with_modifiers_test.html
similarity index 50%
rename from chrome/test/data/payments/payment_request_modifier_test.html
rename to chrome/test/data/payments/payment_request_bobpay_and_basic_card_with_modifiers_test.html
index 9ae88ba39bc0e2bfc4450665eedc333c6de2fc74..df9fd63381d13ba693bef2656ec329d9ebef4353 100644
--- a/chrome/test/data/payments/payment_request_modifier_test.html
+++ b/chrome/test/data/payments/payment_request_bobpay_and_basic_card_with_modifiers_test.html
@@ -1,19 +1,20 @@
<!DOCTYPE html>
<!--
-Copyright 2017 The Chromium Authors. All rights reserved.
+Copyright 2016 The Chromium Authors. All rights reserved.
gogerald1 2017/05/19 19:22:48 *2017*
wuandy1 2017/05/19 20:03:49 Done.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<html>
<head>
-<title>Modifier Test</title>
+<title>Bob Pay and basic-card 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">Modifier Test</button><br>
+<button onclick="buy()" id="buy">Bob Pay and Basic-Card with modifiers Test</button><br>
<pre id="result"></pre>
<script src="util.js"></script>
-<script src="modifier.js"></script>
+<script src="bobpay_and_basic_card_with_modifiers.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698