chromium/third_party/blink/renderer/platform/graphics/paint/display_item_test.cc

// Copyright 2015 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/platform/graphics/paint/display_item.h"

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

namespace blink {
namespace {

#if DCHECK_IS_ON()
TEST(DisplayItemTest, DebugStringsExist) {}
#endif  // DCHECK_IS_ON()

TEST(DisplayItemTest, AllZeroIsTombstone) {}

}  // namespace
}  // namespace blink