chromium/third_party/blink/renderer/core/svg/animation/svg_smil_element_test.cc

// Copyright 2020 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/svg/animation/svg_smil_element.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/events/native_event_listener.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 {

Vector<std::pair<SMILTime, SMILTimeOrigin>> ExtractListContents(
    const SMILInstanceTimeList& list) {}

TEST(SMILInstanceTimeListTest, Sort) {}

TEST(SMILInstanceTimeListTest, InsertSortedAndUnique) {}

TEST(SMILInstanceTimeListTest, RemoveWithOrigin) {}

TEST(SMILInstanceTimeListTest, NextAfter) {}

class EmptyEventListener : public NativeEventListener {};

TEST(SVGSMILElementTest, RepeatNEventListenerUseCounted) {}

}  // namespace

}  // namespace blink