chromium/third_party/blink/renderer/core/paint/box_painter_test.cc

// Copyright 2019 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/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) {}

// crbug.com/1256990
TEST_P(BoxPainterTest, ScrollerUnderInlineTransform3DSceneLeafCrash) {}

size_t CountDrawImagesWithConstraint(const cc::PaintRecord& record,
                                     SkCanvas::SrcRectConstraint constraint) {}

TEST_P(BoxPainterTest, ImageClampingMode) {}

}  // namespace blink