tenfourfox/layout/reftests/mathml/menclose-3-box.html

16 lines
279 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!doctype html>
<html>
<head>
<title>menclose box</title>
<meta charset="utf-8"/>
</head>
<body>
<math>
<menclose notation="box">
<mspace width="100px" height="50px" mathbackground="blue"></mspace>
</menclose>
</math>
</body>
</html>