chromium/headless/lib/browser/headless_browser_impl_unittest.cc

// 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 "headless/lib/browser/headless_browser_impl.h"

#include "base/test/scoped_command_line.h"
#include "base/test/scoped_feature_list.h"
#include "components/embedder_support/switches.h"
#include "components/embedder_support/user_agent_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/features.h"

namespace headless {

TEST(HeadlessBrowserTest, GetUserAgentMetadata) {}

TEST(HeadlessBrowserTest, CustomUserAgent) {}

}  // namespace headless