#include "third_party/blink/renderer/core/animation/effect_input.h"
#include <memory>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/bindings/core/v8/to_v8_traits.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_testing.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_object_builder.h"
#include "third_party/blink/renderer/core/animation/animation_test_helpers.h"
#include "third_party/blink/renderer/core/animation/keyframe_effect_model.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/dummy_page_holder.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "v8/include/v8.h"
namespace blink {
Element* AppendElement(Document& document) { … }
TEST(AnimationEffectInputTest, SortedOffsets) { … }
TEST(AnimationEffectInputTest, UnsortedOffsets) { … }
TEST(AnimationEffectInputTest, LooslySorted) { … }
TEST(AnimationEffectInputTest, OutOfOrderWithNullOffsets) { … }
TEST(AnimationEffectInputTest, Invalid) { … }
}