haikuwebkit/LayoutTests/mathml/presentation/menclose-notation-values.html

28 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>menclose notations</title>
</head>
<body>
<!-- Test each individual notation -->
<math><mrow><menclose notation="longdiv"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="actuarial"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="box"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="roundedbox"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="circle"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="left"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="right"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="top"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="bottom"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="updiagonalstrike"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="downdiagonalstrike"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="verticalstrike"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="horizontalstrike"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="madruwb"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<!-- Test combinations of several notations -->
<math><mrow><menclose notation="longdiv circle updiagonalstrike"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
<math><mrow><menclose notation="roundedbox updiagonalstrike horizontalstrike"><mspace width="100px" height="50px" mathbackground="red"/></menclose></mrow></math>
</body>
</html>