mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-28 11:32:05 +00:00
16 lines
300 B
HTML
16 lines
300 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>menclose invalid</title>
|
||
|
<meta charset="utf-8"/>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<math>
|
||
|
<menclose notation="not_a_vaild_notation">
|
||
|
<mspace width="100px" height="50px" mathbackground="blue"></mspace>
|
||
|
</menclose>
|
||
|
</math>
|
||
|
</body>
|
||
|
</html>
|