#include "third_party/blink/renderer/platform/fonts/opentype/open_type_math_support.h"
#include "base/memory/scoped_refptr.h"
#include "third_party/blink/renderer/platform/fonts/font.h"
#include "third_party/blink/renderer/platform/fonts/opentype/open_type_math_test_fonts.h"
#include "third_party/blink/renderer/platform/fonts/opentype/open_type_types.h"
#include "third_party/blink/renderer/platform/testing/font_test_base.h"
#include "third_party/blink/renderer/platform/testing/font_test_helpers.h"
#include "third_party/blink/renderer/platform/testing/unit_test_helpers.h"
#include "third_party/blink/renderer/platform/wtf/text/character_names.h"
namespace blink {
class OpenTypeMathSupportTest : public FontTestBase { … };
TEST_F(OpenTypeMathSupportTest, HasMathData) { … }
TEST_F(OpenTypeMathSupportTest, MathConstantNullOpt) { … }
TEST_F(OpenTypeMathSupportTest, MathConstantPercentScaleDown) { … }
TEST_F(OpenTypeMathSupportTest, MathConstantFractions) { … }
TEST_F(OpenTypeMathSupportTest, MathConstantRadicals) { … }
TEST_F(OpenTypeMathSupportTest, MathVariantsWithoutTable) { … }
TEST_F(OpenTypeMathSupportTest, MathVariantsWithTable) { … }
TEST_F(OpenTypeMathSupportTest, MathItalicCorrection) { … }
TEST_F(OpenTypeMathSupportTest, MathItalicCorrectionNullOpt) { … }
}