chromium/third_party/blink/common/web_package/web_package_request_matcher_unittest.cc

// Copyright 2019 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/public/common/web_package/web_package_request_matcher.h"

#include "net/http/http_request_headers.h"
#include "net/http/http_util.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace blink {

constexpr char kVariantsHeader[] =;
constexpr char kVariantKeyHeader[] =;

TEST(WebPackageRequestMatcherTest, CacheBehavior) {}

TEST(WebPackageRequestMatcherTest, MatchRequest) {}

TEST(WebPackageRequestMatcherTest, FindBestMatchingVariantKey) {}

TEST(WebPackageRequestMatcherTest, FindBestMatchingIndex) {}

}  // namespace blink