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

// Copyright 2014 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/paint_controller_paint_test.h"

#include "third_party/blink/renderer/core/editing/frame_caret.h"
#include "third_party/blink/renderer/core/editing/frame_selection.h"
#include "third_party/blink/renderer/core/layout/inline/inline_cursor.h"
#include "third_party/blink/renderer/core/layout/layout_text.h"
#include "third_party/blink/renderer/core/page/focus_controller.h"
#include "third_party/blink/renderer/core/paint/object_paint_properties.h"
#include "third_party/blink/renderer/core/paint/paint_layer_painter.h"
#include "third_party/blink/renderer/platform/graphics/graphics_context.h"
#include "third_party/blink/renderer/platform/graphics/paint/drawing_display_item.h"
#include "third_party/blink/renderer/platform/graphics/paint/drawing_recorder.h"

_;
ElementsAre;

namespace blink {

INSTANTIATE_PAINT_TEST_SUITE_P();

TEST_P(PaintControllerPaintTest, InlineRelayout) {}

TEST_P(PaintControllerPaintTest, ChunkIdClientCacheFlag) {}

TEST_P(PaintControllerPaintTest, CompositingNoFold) {}

TEST_P(PaintControllerPaintTest, FrameScrollingContents) {}

TEST_P(PaintControllerPaintTest, BlockScrollingNonLayeredContents) {}

TEST_P(PaintControllerPaintTest, ScrollHitTestOrder) {}

TEST_P(PaintControllerPaintTest, NonStackingScrollHitTestOrder) {}

TEST_P(PaintControllerPaintTest, StackingScrollHitTestOrder) {}

TEST_P(PaintControllerPaintTest,
       NonStackingScrollHitTestOrderWithoutBackground) {}

TEST_P(PaintControllerPaintTest, PaintChunkIsSolidColor) {}

}  // namespace blink