#include "third_party/blink/renderer/core/editing/commands/editing_commands_utilities.h"
#include "third_party/blink/renderer/core/dom/static_node_list.h"
#include "third_party/blink/renderer/core/editing/testing/editing_test_base.h"
#include "third_party/blink/renderer/core/editing/visible_position.h"
#include "third_party/blink/renderer/core/html/html_body_element.h"
#include "third_party/blink/renderer/core/html/html_div_element.h"
#include "third_party/blink/renderer/core/html/html_head_element.h"
#include "third_party/blink/renderer/core/html/html_html_element.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
class EditingCommandsUtilitiesTest : public EditingTestBase { … };
void EditingCommandsUtilitiesTest::MakeDocumentEmpty() { … }
TEST_F(EditingCommandsUtilitiesTest, AreaIdenticalElements) { … }
TEST_F(EditingCommandsUtilitiesTest, TidyUpHTMLStructureFromBody) { … }
TEST_F(EditingCommandsUtilitiesTest, TidyUpHTMLStructureFromDiv) { … }
TEST_F(EditingCommandsUtilitiesTest, TidyUpHTMLStructureFromHead) { … }
}