Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/presentation-markup/scripts/stretchy-munderover-3c.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<title>Stretchy munderover</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="match" href="stretchy-munderover-3-ref.html"/>
<link rel="stylesheet" href="/fonts/ahem.css" />
<style>
@font-face {
font-family: operators;
src: url("/fonts/math/operators.woff");
}
math {
font: 25px/1 Ahem;
}
mo {
font-family: operators;
}
</style>
</head>
<body>
<math>
<mrow>
<munderover>
<mtext>AAAAAA</mtext>
<mo stretchy="true">→</mo>
<mtext>BBBBBB</mtext>
</munderover>
<mspace width="5em" />
</mrow>
</math>
</body>
</html>