mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
15 lines
327 B
HTML
15 lines
327 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>mfrac bevelled</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mfrac style="font-size: 300%">
|
|
<mspace width="20px" height="20px" mathbackground="red"></mspace>
|
|
<mspace width="20px" height="20px" mathbackground="red"></mspace>
|
|
</mfrac>
|
|
</math>
|
|
</body>
|
|
</html>
|