зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
365 B
HTML
19 строки
365 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Non-stretchy msup</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
</head>
|
|
<body>
|
|
<!-- See bug 687807 -->
|
|
<math >
|
|
<mrow>
|
|
<msup>
|
|
<mo stretchy="true">→</mo>
|
|
<mtext>AAAAAA</mtext>
|
|
</msup>
|
|
</mrow>
|
|
</math>
|
|
</body>
|
|
</html>
|