chromium/content/browser/largest_contentful_paint_browsertests.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "base/command_line.h"
#include "base/feature_list.h"
#include "base/test/scoped_feature_list.h"
#include "cc/base/features.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/public/common/content_switches.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/browser_test_utils.h"
#include "content/public/test/content_browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/shell/browser/shell.h"
#include "content/test/content_browser_test_utils_internal.h"
#include "net/dns/mock_host_resolver.h"

namespace content {
class LargestContentfulPaintTestBrowserTest
    : public ContentBrowserTest,
      public ::testing::WithParamInterface<bool> {};

#if BUILDFLAG(IS_CHROMEOS_LACROS)
#define MAYBE_NonTAOImageLCPRenderTime
#else
#define MAYBE_NonTAOImageLCPRenderTime
#endif
IN_PROC_BROWSER_TEST_F(LargestContentfulPaintTestBrowserTest,
                       MAYBE_NonTAOImageLCPRenderTime) {}

}  // namespace content