chromium/third_party/blink/renderer/core/fragment_directive/text_fragment_test_util.cc

// Copyright 2023 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/fragment_directive/text_fragment_test_util.h"

#include "third_party/blink/public/web/web_view.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/fragment_directive/text_fragment_anchor.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/frame/local_frame_view.h"
#include "third_party/blink/renderer/core/frame/web_frame_widget_impl.h"
#include "third_party/blink/renderer/platform/scheduler/public/main_thread_scheduler.h"
#include "third_party/blink/renderer/platform/scheduler/public/thread_scheduler.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"
#include "ui/gfx/geometry/size.h"

namespace blink {

TextFragmentAnchorTestBase::TextFragmentAnchorTestBase()
    :{}

TextFragmentAnchorTestBase::TextFragmentAnchorTestBase(
    base::test::TaskEnvironment::TimeSource time_source)
    :{}

void TextFragmentAnchorTestBase::SetUp() {}

void TextFragmentAnchorTestBase::TearDown() {}

void TextFragmentAnchorTestBase::RunAsyncMatchingTasks() {}

void TextFragmentAnchorTestBase::RunUntilTextFragmentFinalization() {}

void TextFragmentAnchorTestBase::DisableVirtualTimeIfSet() {}

}  // namespace blink