#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) { … }
TEST_F(OutlinePainterTest, OutlineWidthLessThanOne) { … }
TEST_F(OutlinePainterTest, IterateCollapsedPath) { … }
}