#include "third_party/blink/renderer/core/editing/commands/insert_list_command.h"
#include "third_party/blink/renderer/core/dom/text.h"
#include "third_party/blink/renderer/core/editing/frame_selection.h"
#include "third_party/blink/renderer/core/editing/selection_template.h"
#include "third_party/blink/renderer/core/editing/testing/editing_test_base.h"
#include "third_party/blink/renderer/core/editing/testing/selection_sample.h"
#include "third_party/blink/renderer/core/editing/visible_position.h"
#include "third_party/blink/renderer/core/editing/visible_units.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
namespace blink {
class InsertListCommandTest : public EditingTestBase { … };
TEST_F(InsertListCommandTest, ShouldCleanlyRemoveSpuriousTextNode) { … }
TEST_F(InsertListCommandTest, UnlistifyParagraphCrashOnVisuallyEmptyParagraph) { … }
TEST_F(InsertListCommandTest, UnlistifyParagraphCrashOnNonLi) { … }
TEST_F(InsertListCommandTest, CleanupNodeSameAsDestinationNode) { … }
TEST_F(InsertListCommandTest, InsertListOnEmptyHiddenElements) { … }
TEST_F(InsertListCommandTest, InsertListWithCollapsedVisibility) { … }
TEST_F(InsertListCommandTest, UnlistifyParagraphWithNonEditable) { … }
TEST_F(InsertListCommandTest, NestedSpansJustInsideBody) { … }
TEST_F(InsertListCommandTest, ListifyInputInTableCell) { … }
TEST_F(InsertListCommandTest, ListifyInputInTableCell1) { … }
TEST_F(InsertListCommandTest, NonCanonicalVisiblePosition) { … }
TEST_F(InsertListCommandTest, TimeAndMeterInRoot) { … }
TEST_F(InsertListCommandTest, PreservedNewline) { … }
TEST_F(InsertListCommandTest, EmptyInlineBlock) { … }
TEST_F(InsertListCommandTest, SelectionFromEndOfTableToAfterTable) { … }
TEST_F(InsertListCommandTest, ListItemWithSpace) { … }
}