#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) { … }
}