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

// Copyright 2018 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/clip_rect.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/layout/hit_test_location.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"
#include "third_party/blink/renderer/platform/graphics/paint/float_clip_rect.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

class ClipRectTest : public testing::Test {};

TEST_F(ClipRectTest, IsInfinite) {}

TEST_F(ClipRectTest, HasRadius) {}

TEST_F(ClipRectTest, IntersectClipRect) {}

TEST_F(ClipRectTest, IntersectEmptyRect) {}

TEST_F(ClipRectTest, IntersectsInfinite) {}

TEST_F(ClipRectTest, ToString) {}

}  // namespace blink