chromium/third_party/blink/renderer/core/inspector/inspector_preload_agent_unittest.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/inspector/inspector_preload_agent.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/speculation_rules/speculation_rule_set.h"
#include "third_party/blink/renderer/core/testing/null_execution_context.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink::internal {

class InspectorPreloadAgentTest : public testing::Test {};

// Test the conversion of out-of-document SpeculationRules by a unit test
// because it is difficult to check in web tests.
TEST_F(InspectorPreloadAgentTest, OutOfDocumentSpeculationRules) {}

TEST_F(InspectorPreloadAgentTest, NoRequestIdIfInvalidId) {}

}  // namespace blink::internal