#include "third_party/blink/renderer/core/html/html_slot_element.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/style_engine.h"
#include "third_party/blink/renderer/core/dom/node_computed_style.h"
#include "third_party/blink/renderer/core/dom/shadow_root.h"
#include "third_party/blink/renderer/core/testing/dummy_page_holder.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
namespace blink {
namespace {
constexpr int kTableSize = …;
Seq;
Backtrack;
}
class HTMLSlotElementTest : public testing::Test { … };
Vector<char> HTMLSlotElementTest::LongestCommonSubsequence(const Seq& seq1,
const Seq& seq2) { … }
TEST_F(HTMLSlotElementTest, LongestCommonSubsequence) { … }
TEST_F(HTMLSlotElementTest, TableSizeLimit) { … }
class HTMLSlotElementInDocumentTest : public testing::Test { … };
TEST_F(HTMLSlotElementInDocumentTest, RecalcAssignedNodeStyleForReattach) { … }
TEST_F(HTMLSlotElementInDocumentTest, SlotableFallback) { … }
}