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

// Copyright 2021 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/outline_painter.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
#include "third_party/blink/renderer/platform/wtf/functional.h"
#include "third_party/skia/include/core/SkPath.h"

namespace blink {

OutlinePainterTest;

TEST_F(OutlinePainterTest, FocusRingOutset) {}

TEST_F(OutlinePainterTest, HugeOutlineWidthOffset) {}

// Actually this is not a test for OutlinePainter itself, but it ensures
// that the style logic OutlinePainter depending on is correct.
TEST_F(OutlinePainterTest, OutlineWidthLessThanOne) {}

TEST_F(OutlinePainterTest, IterateCollapsedPath) {}

}  // namespace blink