#include "third_party/blink/renderer/core/animation/inert_effect.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/animation/animation_test_helpers.h"
#include "third_party/blink/renderer/core/animation/animation_timeline.h"
#include "third_party/blink/renderer/core/animation/keyframe_effect_model.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/platform/testing/task_environment.h"
namespace blink {
CreateSimpleKeyframeEffectModelForTest;
TEST(InertEffectTest, IsCurrent) { … }
TEST(InertEffectTest, Affects) { … }
}