chromium/third_party/blink/renderer/core/animation/animation_input_helpers_test.cc

// Copyright 2014 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/animation/animation_input_helpers.h"

#include <memory>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/animation/property_handle.h"
#include "third_party/blink/renderer/core/css/properties/longhands.h"
#include "third_party/blink/renderer/core/css/properties/shorthands.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/platform/animation/timing_function.h"
#include "third_party/blink/renderer/platform/heap/thread_state.h"

namespace blink {

class AnimationAnimationInputHelpersTest : public PageTestBase {};

TEST_F(AnimationAnimationInputHelpersTest, ParseKeyframePropertyAttributes) {}

TEST_F(AnimationAnimationInputHelpersTest, ParseAnimationTimingFunction) {}

TEST_F(AnimationAnimationInputHelpersTest, PropertyHandleToKeyframeAttribute) {}

}  // namespace blink