blob: 7b495d4e2049c2156286d69b688f189c99b462dc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Stretching of non-BMP operators</title>
<meta charset="utf-8"/>
<style type="text/css">
@font-face {
font-family: non-bmp-operators;
src: url("non-bmp-operators.woff");
}
math {
font-family: non-bmp-operators;
}
</style>
</head>
<body>
<p>
This test verifies the stretching of some non-BMP operators. The font
used by this test provides horizontal stretching data for U+1EEF0,
U+1EEF1 and U+1D400. It is assumed that U+1EEF0 and U+1EEF1 are
horizontal and only have a prefix form with property stretchy. It is also
assumed that U+1D400 is not in the operator dictionary. Hence only the
prefix operators U+1EEF0 and U+1EEF1 will stretch horizontally.
</p>
<p>Prefix form:</p>
U+1EEF0:<math><munder><mo form="prefix">&#x1EEF0;</mo><mspace width="100px"/></munder></math>
U+1EEF1:<math><munder><mo form="prefix">&#x1EEF1;</mo><mspace width="100px"/></munder></math>
U+1D400:<math><munder><mo form="prefix">&#x1D400;</mo><mspace width="100px"/></munder></math>
<p>Infix form:</p>
U+1EEF0:<math><munder><mo form="infix">&#x1EEF0;</mo><mspace width="100px"/></munder></math>
U+1EEF1:<math><munder><mo form="infix">&#x1EEF1;</mo><mspace width="100px"/></munder></math>
U+1D400:<math><munder><mo form="infix">&#x1D400;</mo><mspace width="100px"/></munder></math>
<p>Postfix form:</p>
U+1EEF0:<math><munder><mo form="postfix">&#x1EEF0;</mo><mspace width="100px"/></munder></math>
U+1EEF1:<math><munder><mo form="postfix">&#x1EEF1;</mo><mspace width="100px"/></munder></math>
U+1D400:<math><munder><mo form="postfix">&#x1D400;</mo><mspace width="100px"/></munder></math>
</body>
</html>