chromium/third_party/blink/renderer/platform/loader/fetch/resource_response_test.cc

// Copyright 2016 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/platform/loader/fetch/resource_response.h"

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/network/http_names.h"
#include "third_party/blink/renderer/platform/scheduler/public/non_main_thread.h"
#include "third_party/blink/renderer/platform/scheduler/public/post_cross_thread_task.h"
#include "third_party/blink/renderer/platform/testing/testing_platform_support_with_mock_scheduler.h"
#include "third_party/blink/renderer/platform/wtf/cross_thread_functional.h"

namespace blink {

namespace {

ResourceResponse CreateTestResponse() {}

}  // namespace

TEST(ResourceResponseTest, AddHttpHeaderFieldWithMultipleValues) {}

TEST(ResourceResponseTest, DnsAliasesCanBeSetAndAccessed) {}

TEST(ResourceResponseTest, TreatExpiresZeroAsExpired) {}

}  // namespace blink