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

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

Issue 2623653003: [Payments] Move Payment Request test files to chrome/test/data/payments (Closed)
Patch Set: Created 3 years, 11 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_metrics_test.html
diff --git a/chrome/test/data/android/payments/payment_request_metrics_test.html b/chrome/test/data/android/payments/payment_request_metrics_test.html
deleted file mode 100644
index d2eab70c3f41d6bd33ce9b93fdfe6928170d6b4a..0000000000000000000000000000000000000000
--- a/chrome/test/data/android/payments/payment_request_metrics_test.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!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>Metrics Test</title>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
-</head>
-<body>
-<button onclick="ccBuy()" id="ccBuy">CC Buy Test</button><br>
-<button onclick="androidPayBuy()" id="androidPayBuy">Android Pay Buy Test</button><br>
-<button onclick="noSupported()" id="noSupported">No Supported Method Test</button><br>
-<button onclick="abort()" id="abort">Abort</button>
-<pre id="result"></pre>
-<script src="util.js"></script>
-<script src="metrics.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698