chromium/third_party/blink/renderer/core/editing/commands/undo_command_test.cc

// Copyright 2022 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/editing/testing/editing_test_base.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/editing/frame_selection.h"
#include "third_party/blink/renderer/core/editing/position.h"
#include "third_party/blink/renderer/core/editing/selection_template.h"
#include "third_party/blink/renderer/core/frame/settings.h"
#include "third_party/blink/renderer/core/page/focus_controller.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"

#include <memory>

namespace blink {

class UndoCommandTest : public EditingTestBase {};

// http://crbug.com/1378068
TEST_F(UndoCommandTest, RedoWithDOMChanges) {}

// http://crbug.com/1378068
TEST_F(UndoCommandTest, UndoWithDOMChanges) {}

}  // namespace blink