chromium/third_party/blink/renderer/core/svg/svg_filter_element_test.cc

// Copyright 2022 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/svg_filter_element.h"

#include "third_party/blink/renderer/core/layout/layout_object.h"
#include "third_party/blink/renderer/core/testing/sim/sim_request.h"
#include "third_party/blink/renderer/core/testing/sim/sim_test.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

class SVGFilterElementSimTest : public SimTest {};

TEST_F(SVGFilterElementSimTest,
       FilterInvalidatedIfPrimitivesChangeDuringParsing) {}

}  // namespace blink