chromium/third_party/blink/renderer/core/mathml/mathml_use_counters_test.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "build/build_config.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/element.h"
#include "third_party/blink/renderer/core/testing/page_test_base.h"
#include "third_party/blink/renderer/core/testing/sim/sim_compositor.h"
#include "third_party/blink/renderer/core/testing/sim/sim_request.h"
#include "third_party/blink/renderer/core/testing/sim/sim_test.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"
#include "third_party/blink/renderer/platform/wtf/text/string_builder.h"

namespace blink {

class MathMLUseCountersTest : public SimTest {};

TEST_F(MathMLUseCountersTest, MathMLUseCountersTest_NoMath) {}

TEST_F(MathMLUseCountersTest, MathMLUseCountersTest_MinimalMath) {}

TEST_F(MathMLUseCountersTest, MathMLUseCountersTest_HTMLAndBasicMath) {}

TEST_F(MathMLUseCountersTest, MathMLUseCountersTest_DynamicMath) {}

}  // namespace blink