chromium/third_party/blink/renderer/core/layout/list/layout_inline_list_item_test.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 "third_party/blink/renderer/core/css/css_counter_style_rule.h"
#include "third_party/blink/renderer/core/css/css_rule_list.h"
#include "third_party/blink/renderer/core/html/html_style_element.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

namespace blink {

class LayoutInlineListItemTest : public RenderingTest {};

// crbug.com/1446554
TEST_F(LayoutInlineListItemTest, GetOffsetMappingNoCrash) {}

// crbug.com/1512284
TEST_F(LayoutInlineListItemTest, OffsetMappingBuilderNoCrash) {}

}  // namespace blink