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/operators/stretchy-underbar-1.xhtml - WPT Dashboard Interop Dashboard
<head>
<title>Check that UnderBar is visible when stretched</title>
<link rel="mismatch" href="stretchy-underbar-1-ref.xhtml"/>
<style type="text/css">
html { background-color: white; font-size: 50px }
mi { color: white; }
mo { color: black; }
</style>
</head>
<body>
<munder>
<mi>long</mi>
<mo stretchy="true">̲</mo>
</munder>
</math>
</body>
</html>