chromium/third_party/blink/renderer/core/css/media_query_set_test.cc

// Copyright 2014 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/css/media_query.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/media_list.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"

namespace blink {

MediaQuerySetTestCase;

// If `unknown_substitute` is non-null, then any unknown queries are
// substituted with that string.
static void TestMediaQuery(const char* input,
                           const char* output,
                           MediaQuerySet& query_set,
                           String unknown_substitute = String()) {}

TEST(MediaQuerySetTest, Basic) {}

TEST(MediaQuerySetTest, CSSMediaQueries4) {}

// https://drafts.csswg.org/mediaqueries-4/#typedef-general-enclosed
TEST(MediaQuerySetTest, GeneralEnclosed) {}

}  // namespace blink