chromium/third_party/blink/renderer/core/editing/element_inner_text_test.cc

// Copyright 2018 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/dom/element.h"

#include "base/memory/stack_allocated.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/text_visitor.h"
#include "third_party/blink/renderer/core/editing/testing/editing_test_base.h"
#include "third_party/blink/renderer/platform/heap/collection_support/heap_hash_set.h"
#include "third_party/blink/renderer/platform/wtf/text/atomic_string.h"

namespace blink {

ElementInnerTest;

// http://crbug.com/877498
TEST_F(ElementInnerTest, ListItemWithLeadingWhiteSpace) {}

// http://crbug.com/877470
TEST_F(ElementInnerTest, SVGElementAsTableCell) {}

// http://crbug.com/878725
TEST_F(ElementInnerTest, SVGElementAsTableRow) {}

// https://crbug.com/947422
TEST_F(ElementInnerTest, OverflowingListItemWithFloatFirstLetter) {}

// https://crbug.com/1164747
TEST_F(ElementInnerTest, GetInnerTextWithoutUpdate) {}

VisitedNodes;
class TextVisitorImpl : public TextVisitor {};

// Ensures TextVisitor is called for all children of a <select>.
TEST_F(ElementInnerTest, VisitAllChildrenOfSelect) {}

}  // namespace blink