chromium/third_party/blink/renderer/core/html/parser/html_srcset_parser_test.cc

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

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/351564777): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "third_party/blink/renderer/core/html/parser/html_srcset_parser.h"

#include <limits.h>

#include "base/test/scoped_feature_list.h"
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/features.h"
#include "third_party/blink/public/platform/web_network_state_notifier.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink {

SrcsetParserTestCase;

TEST(ImageCandidateTest, Basic) {}

TEST(HTMLSrcsetParserTest, Basic) {}

#if (BUILDFLAG(IS_ANDROID) && defined(ADDRESS_SANITIZER))
// https://crbug.com/1189511
#define MAYBE_SaveDataEnabledBasic
#else
#define MAYBE_SaveDataEnabledBasic
#endif
TEST(HTMLSrcsetParserTest, MAYBE_SaveDataEnabledBasic) {}

TEST(HTMLSrcsetParserTest, MaxDensityEnabled) {}

}  // namespace blink