#include "third_party/blink/renderer/core/paint/box_painter.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "third_party/blink/renderer/core/paint/paint_controller_paint_test.h"
#include "third_party/blink/renderer/platform/testing/paint_property_test_helpers.h"
ElementsAre;
namespace blink {
BoxPainterTest;
INSTANTIATE_PAINT_TEST_SUITE_P(…);
TEST_P(BoxPainterTest, EmptyDecorationBackground) { … }
TEST_P(BoxPainterTest, ScrollHitTestOrderWithScrollBackgroundAttachment) { … }
TEST_P(BoxPainterTest, ScrollHitTestOrderWithLocalBackgroundAttachment) { … }
TEST_P(BoxPainterTest, ScrollHitTestProperties) { … }
TEST_P(BoxPainterTest, ScrollerUnderInlineTransform3DSceneLeafCrash) { … }
size_t CountDrawImagesWithConstraint(const cc::PaintRecord& record,
SkCanvas::SrcRectConstraint constraint) { … }
TEST_P(BoxPainterTest, ImageClampingMode) { … }
}