chromium/third_party/blink/renderer/core/css/css_page_rule_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/core/css/css_page_rule.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_css_style_sheet_init.h"
#include "third_party/blink/renderer/core/css/css_rule_list.h"
#include "third_party/blink/renderer/core/css/css_style_sheet.h"
#include "third_party/blink/renderer/core/css/css_test_helpers.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/frame/web_feature.h"
#include "third_party/blink/renderer/core/testing/null_execution_context.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/platform/instrumentation/use_counter.h"
#include "third_party/blink/renderer/platform/testing/runtime_enabled_features_test_helpers.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"

namespace blink {

TEST(CSSPageRule, Serializing) {}

TEST(CSSPageRule, selectorText) {}

TEST(CSSPageRule, MarginRules) {}

TEST(CSSPageRule, MarginRulesInvalidPrelude) {}

TEST(CSSPageRule, MarginRulesIgnoredWhenDisabled) {}

class CSSPageRuleTest : public PageTestBase {};

TEST_F(CSSPageRuleTest, UseCounter) {}

TEST_F(CSSPageRuleTest, NoUseCounter) {}

}  // namespace blink