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

// Copyright 2019 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/base_layout_algorithm_test.h"

#include "third_party/blink/renderer/core/dom/dom_token_list.h"
#include "third_party/blink/renderer/core/layout/layout_text_combine.h"
#include "third_party/blink/renderer/core/layout/list/layout_list_item.h"

namespace blink {

class LayoutListItemTest : public RenderingTest {};

namespace {

// http://crbug.com/1222633
TEST_F(LayoutListItemTest, FindSymbolMarkerLayoutTextWithTextCombine) {}

TEST_F(LayoutListItemTest, InsideWithFirstLine) {}

}  // namespace
}  // namespace blink