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

Unified Diff: chrome/test/data/android/payments/payment_request_show_twice_test.html

Issue 2192423002: Show at most one PaymentRequest UI at a time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/android/payments/payment_request_show_twice_test.html
diff --git a/chrome/test/data/android/payments/payment_request_phone_test.html b/chrome/test/data/android/payments/payment_request_show_twice_test.html
similarity index 77%
copy from chrome/test/data/android/payments/payment_request_phone_test.html
copy to chrome/test/data/android/payments/payment_request_show_twice_test.html
index f65665013d560567d29817b29213032e1109253f..7f5009508f64c532d2b1dac753c2352188843fd2 100644
--- a/chrome/test/data/android/payments/payment_request_phone_test.html
+++ b/chrome/test/data/android/payments/payment_request_show_twice_test.html
@@ -6,15 +6,15 @@ found in the LICENSE file.
-->
<html>
<head>
-<title>Phone Test</title>
+<title>Show Twice 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">Phone Test</button>
+<button onclick="buy()" id="buy">Show Twice Test</button>
<pre id="result"></pre>
<script src="util.js"></script>
-<script src="phone.js"></script>
+<script src="show_twice.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698