chromium/third_party/blink/renderer/core/css/resolver/font_style_resolver_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/core/css/resolver/font_style_resolver.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/css/parser/css_parser.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"

namespace blink {

TEST(FontStyleResolverTest, Simple) {}

TEST(FontStyleResolverTest, InvalidSize) {}

TEST(FontStyleResolverTest, InvalidWeight) {}

TEST(FontStyleResolverTest, InvalidEverything) {}

TEST(FontStyleResolverTest, RelativeSize) {}

}  // namespace blink