Index: chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html |
diff --git a/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html b/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html |
deleted file mode 100644 |
index 6d3a601647984506c3cda7120cee540a67efbcc8..0000000000000000000000000000000000000000 |
--- a/chrome/test/data/android/payments/payment_request_active_payment_query_bobpay_test.html |
+++ /dev/null |
@@ -1,20 +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>Active Payment Query Bob Pay Test</title> |
-<meta charset="utf-8"> |
-<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> |
-</head> |
-<body> |
-<button onclick="buy()" id="buy">Check BobPay Twice</button> |
-<button onclick="otherBuy()" id="otherBuy">Check BobPay and AlicePay</button> |
-<pre id="result"></pre> |
-<script src="util.js"></script> |
-<script src="active_payment_query_bobpay.js"></script> |
-</body> |
-</html> |