chromium/third_party/blink/renderer/core/html/canvas/canvas_resource_tracker_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/html/canvas/canvas_resource_tracker.h"

#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/html/canvas/html_canvas_element.h"
#include "third_party/blink/renderer/core/testing/core_unit_test_helper.h"

namespace blink {

class HTMLCanvasResourceTrackerTest : public RenderingTest {};

TEST_F(HTMLCanvasResourceTrackerTest, AddCanvasElement) {}

}  // namespace blink