#include "third_party/blink/renderer/core/paint/svg_container_painter.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/frame/local_frame_view.h"
#include "third_party/blink/renderer/core/layout/svg/layout_svg_root.h"
#include "third_party/blink/renderer/core/paint/paint_controller_paint_test.h"
#include "third_party/blink/renderer/platform/graphics/paint/drawing_display_item.h"
#include "third_party/blink/renderer/platform/graphics/paint/paint_chunk.h"
#include "third_party/blink/renderer/platform/testing/paint_property_test_helpers.h"
ElementsAre;
namespace blink {
SVGContainerPainterTest;
INSTANTIATE_PAINT_TEST_SUITE_P(…);
TEST_P(SVGContainerPainterTest, FilterPaintProperties) { … }
TEST_P(SVGContainerPainterTest, ScaleAnimationFrom0) { … }
}