#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_F(InspectorPreloadAgentTest, OutOfDocumentSpeculationRules) { … }
TEST_F(InspectorPreloadAgentTest, NoRequestIdIfInvalidId) { … }
}