mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
12 lines
247 B
HTML
12 lines
247 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>menclose circle</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<math><menclose id="testMenclose" notation="circle"><mspace width="100px" height="50px"></mspace></menclose></math>
|
|
</p>
|
|
</body>
|
|
</html>
|