#include "third_party/blink/renderer/core/editing/commands/insert_incremental_text_command.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/platform/heap/garbage_collected.h"
namespace blink {
class InsertIncrementalTextCommandTest : public EditingTestBase { … };
TEST_F(InsertIncrementalTextCommandTest, SurrogatePairsReplace) { … }
TEST_F(InsertIncrementalTextCommandTest, SurrogatePairsNoReplace) { … }
TEST_F(InsertIncrementalTextCommandTest, SurrogatePairsTwo) { … }
TEST_F(InsertIncrementalTextCommandTest,
SurrogatePairsReplaceWithPreceedingNonEditableText) { … }
}