chromium/third_party/blink/renderer/platform/fonts/shaping/shape_result_run_info_test.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifdef UNSAFE_BUFFERS_BUILD
// TODO(crbug.com/351564777): Remove this and convert code to safer constructs.
#pragma allow_unsafe_buffers
#endif

#include "third_party/blink/renderer/platform/fonts/shaping/shape_result_inline_headers.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace blink {

class ShapeResultRunInfoTest : public testing::Test {};

TEST_F(ShapeResultRunInfoTest, CopyConstructor) {}

TEST_F(ShapeResultRunInfoTest, CopyFromRange) {}

TEST_F(ShapeResultRunInfoTest, GlyphOffsetArrayReverse) {}

TEST_F(ShapeResultRunInfoTest, GlyphOffsetArraySetAddOffsetHeightAt) {}

TEST_F(ShapeResultRunInfoTest, GlyphOffsetArraySetAddOffsetWidthAt) {}

TEST_F(ShapeResultRunInfoTest, GlyphOffsetArraySetAt) {}

TEST_F(ShapeResultRunInfoTest, GlyphOffsetArrayShrink) {}

}  // namespace blink