// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/security_interstitials/core/insecure_form_util.h" #include "build/build_config.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" IsInsecureFormActionOnSecureSource; class InsecureFormUtilTest : public ::testing::Test { … }; TEST_F(InsecureFormUtilTest, IsInsecureFormActionOnSecureSource) { … }