chromium/third_party/blink/renderer/platform/network/parsed_content_type_test.cc

// Copyright 2017 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/network/parsed_content_type.h"

#include "testing/gtest/include/gtest/gtest.h"

namespace blink {

namespace {

Mode;

bool IsValidContentType(const String& input, Mode mode = Mode::kNormal) {}

TEST(ParsedContentTypeTest, MimeTypeWithoutCharset) {}

TEST(ParsedContentTypeTest, MimeTypeWithCharSet) {}

TEST(ParsedContentTypeTest, MimeTypeWithQuotedCharSet) {}

TEST(ParsedContentTypeTest, InvalidMimeTypeWithoutCharset) {}

TEST(ParsedContentTypeTest, InvalidMimeTypeWithCharset) {}

TEST(ParsedContentTypeTest, CaseInsensitiveCharset) {}

TEST(ParsedContentTypeTest, Validity) {}

}  // namespace

}  // namespace blink