#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 {
TEST_F(LayoutListItemTest, FindSymbolMarkerLayoutTextWithTextCombine) { … }
TEST_F(LayoutListItemTest, InsideWithFirstLine) { … }
}
}