mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 12:37:37 +00:00
16 lines
265 B
HTML
16 lines
265 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>menclose default</title>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
|
|
<body>
|
|
<math>
|
|
<menclose notation="longdiv">
|
|
<mspace width="100px" height="50px"></mspace>
|
|
</menclose>
|
|
</math>
|
|
</body>
|
|
</html>
|