// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <string> #include "chrome/test/payments/payment_request_platform_browsertest_base.h" #include "content/public/test/browser_test.h" #include "content/public/test/browser_test_utils.h" #include "testing/gtest/include/gtest/gtest.h" namespace payments { namespace { class ColocatedPaymentManifestsTest : public PaymentRequestPlatformBrowserTestBase { … }; // When "/pay" contains both the payment method manifest and the web app // manifest, then payment should still work. IN_PROC_BROWSER_TEST_F(ColocatedPaymentManifestsTest, CanPay) { … } } // namespace } // namespace payments