#include "third_party/blink/renderer/platform/graphics/paint/scrollbar_display_item.h"
#include "cc/layers/solid_color_scrollbar_layer.h"
#include "cc/test/fake_scrollbar.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/graphics/paint/scroll_paint_property_node.h"
#include "third_party/blink/renderer/platform/testing/fake_display_item_client.h"
#include "third_party/blink/renderer/platform/testing/paint_property_test_helpers.h"
namespace blink {
class ScrollbarDisplayItemTest : public testing::Test { … };
TEST_F(ScrollbarDisplayItemTest, HorizontalSolidColorScrollbar) { … }
TEST_F(ScrollbarDisplayItemTest, VerticalSolidColorScrollbar) { … }
TEST_F(ScrollbarDisplayItemTest, PaintedScrollbar) { … }
TEST_F(ScrollbarDisplayItemTest, PaintedScrollbarOverlayNonNinePatch) { … }
TEST_F(ScrollbarDisplayItemTest, PaintedScrollbarOverlayNinePatch) { … }
TEST_F(ScrollbarDisplayItemTest, CreateOrReuseLayer) { … }
}