haikuwebkit/LayoutTests/mathml/opentype/large-operators.html

15 lines
555 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<title>Large Operators</title>
<meta charset="utf-8"/>
</head>
<body>
<!-- This verifies various large operators in display style.
The glyphs used should be bigger than the base glyphs.
Note: A font with an OpenType MATH table is required. -->
<math display="block"><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo><mo></mo></math>
</body>
</html>