chromium/third_party/blink/renderer/core/html/parser/html_resource_preloader_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/core/html/parser/html_resource_preloader.h"

#include <memory>
#include <utility>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/platform/web_prescient_networking.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/core/html/parser/preload_request.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"

namespace blink {

struct HTMLResourcePreconnectTestCase {};

class PreloaderNetworkHintsMock : public WebPrescientNetworking {};

class HTMLResourcePreloaderTest : public PageTestBase {};

TEST_F(HTMLResourcePreloaderTest, testPreconnect) {}

}  // namespace blink