chromium/third_party/blink/renderer/core/layout/list/list_marker_test.cc

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

#include "third_party/blink/renderer/core/layout/list/list_marker.h"

#include "third_party/blink/renderer/core/dom/shadow_root.h"
#include "third_party/blink/renderer/core/layout/layout_text.h"
#include "third_party/blink/renderer/core/layout/list/layout_list_item.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
#include "third_party/blink/renderer/platform/loader/fetch/resource_fetcher.h"

namespace blink {

class ListMarkerTest : public RenderingTest {};

TEST_F(ListMarkerTest, FallbackToTextWhenImagesDisable) {}

TEST_F(ListMarkerTest, AddCounterStyle) {}

TEST_F(ListMarkerTest, RemoveCounterStyle) {}

TEST_F(ListMarkerTest, OverridePredefinedCounterStyle) {}

TEST_F(ListMarkerTest, RemoveOverrideOfPredefinedCounterStyle) {}

TEST_F(ListMarkerTest, OverrideSameScopeCounterStyle) {}

TEST_F(ListMarkerTest, RemoveOverrideOfSameScopeCounterStyle) {}

TEST_F(ListMarkerTest, ModifyShadowDOMWithOwnCounterStyles) {}

TEST_F(ListMarkerTest, WidthOfSymbolForFontSizeZero) {}

// crbug.com/1310599
TEST_F(ListMarkerTest, InlineMarginsForOutside) {}

}  // namespace blink